Hiho,
I’m playing around with the forms package (newest version also studio 23.+) and have now setup triggers correctly.
The setup is like this:
→ Users gets form with dropdown → User makes selection → User clicks Submit → Next activity is “Run Local Triggers” → The trigger for the submit button which is in another file runs → How to get access to the form data?
I have tried with activity “Get Form Values” but this won’t work since the form isn’t open anymore.
There is also a argument by default which is called TriggerEventArgs
but this stuff doesn’t seem to have the form data in it.
How to get the form values?