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:
- I used the Show Form activity with an instance name set as
"NewForm". In the form, I added buttons with custom properties to assign theSelectedJobkey with corresponding values (e.g., “Accountant”). - I ensured that the
Continue Workflow Executionoption in Show Form was set to Off to prevent the workflow from executing further until the form interaction was complete. - 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. - I used a
Log Messageactivity to check the value of theSelectedJobvariable, 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