priority-web-sdk: fieldUpdate for choose field failed
问题 My form contains a field with drop down values (the values came from the choose function) and when I am trying to update the field (with fieldUpdate) in the second time I always get the following error: "A record with the same value already exists in the screen", What is the correct order of actions that need to be done in order to achieve the right behaviour? This is my attempt to achieve that: await actions.loginTest(); const form = await actions.priority.formStart(this.formName, this