Issue with Assigning Selected Value from Button in Show Form Activity

Hi

Thank you for your response!

Yes, I did use the Get Form Values activity to retrieve the values from the form. However, I encountered the following error:

“The form was not found. Please make sure that you have shown the form before and that the Instance Name you’re using is correct (FormNotFound).”

Here are the steps I took in my workflow:

  1. I used the Show Form activity with an instance name set as "NewForm". In the form, I added buttons with custom properties to assign the SelectedJob key with corresponding values (e.g., “Accountant”).
  2. I ensured that the Continue Workflow Execution option in Show Form was set to Off to prevent the workflow from executing further until the form interaction was complete.
  3. Immediately after the Show Form activity, I added a Get Form Values activity, ensuring that the Instance Name was set as "NewForm" to match the name provided in the Show Form activity.
  4. I used a Log Message activity to check the value of the SelectedJob variable, but it appears to be empty.

Despite these steps, the SelectedJob variable is not being assigned, and the Get Form Values activity throws the error mentioned above. I suspect there might be an issue with how the form is configured or how the SelectedJob key is mapped in the form.

Could you please help me identify what might be going wrong here? I’ve double-checked the documentation, and I believe the implementation matches the guidelines, but I’m missing something crucial.

Thank you in advance for your insights!

Best regards