Hi,
I’m trying to use the forms activity to let users be able to continue or quit the workflow. How do I know which button the user clicked on?
I tried googling it, but it seems I dont have that many options in the properties panel:
Hi,
I’m trying to use the forms activity to let users be able to continue or quit the workflow. How do I know which button the user clicked on?
I tried googling it, but it seems I dont have that many options in the properties panel:
Hi @MDS
While creating the form, you will be able to spot a property called ‘selectedButton’ in which you can store the data of the Ui element that user clicked.
On configuring the same, you can get the data of the button clicked.
Hope this helps,
Best Regards.
I guess in the latest one you dont have that option…
You can use event triggers and associate trigger with each button and in the process depending on trigger decide the button clicked
Cheers
This is not an option in the latest form designer
Mind giving me a quick rundown on how this would be done?
Can be retrieved from returned forms output and its Action Property Value
How exactly? I couldnt find any output.