I am sending a List of string from my main to NewForm.
This enables me to have a dynamic drop down list.
Now I need to know what value is returned from the form (what the user selected)
m Value activity is failing:
Get Form Values: 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)
why can’t it see the form?
How else can i get the user input?
Make sure that the form has been shown to the user and that you are using the correct instance name. You can also try using the Wait for Form to Close activity to make sure that the form is not closed before you try to get the values from it.
and form is should also be in the same workflow as the Get Form Values activity.
Hey thank you for the advice, but I don’t think any of things you mentioned is applying to me… perhaps I’m wrong. I’ve attached my main workflow and my form. If you could take a look I’d really appreciate it