asked on July 23, 2019
I have a forms table that displays the RowID of data from a SQL table. In my form, if I want to update the row data, I select 'Y' from the radio button.
I want Workflow find the RowID for that Forms row, (in this case 913) and then change the 'Confirmed' value in SQL from 0 to 1 only if a Radio Button option 'Y' has been selected for that given RowID.
Can this be done with Workflow?
0
0