Hi, i am trying the new form builder mentioned in the title and i am trying o get the values from the form i created using the form builder, here is what happened and what i tried so far:
- created .uiform file and built the form.
- invoked the form in another workflow using show form activity.
- mapped the key fields in the show form activity to locally created variables.
- at last printing the locally created variables in the output.
what happens is that the mapped variables did not get passed any values from the form, thus they printed out with their default values.
what i tried:
- using the Get Form Values activity which resulted in an error:
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).
- i tried to toggle on and off the “continue workflow execution” switch in the Show Form activity.
- i tried to make instance name in both Get Form Values and Show Form activities.
TL;DR:
appearntly using only Show Form activity failed to pass the values inserted in the form to the local variables.
and using the Get Form Values rsulted in error which saying it didn’t detected the opened form.
here is a snapshots from the workflow: