Hello,
I need some help, for the image attached:
There are two sections, Existing User & New User
Existing User: User provides short name & Name is displayed from database. User selects Delete Yes or No
Once the user selects Yes, the complete row should be deleted from the database, please note that user can add more rows for the table & in return all rows should be deleted as every "short" he selects is a row.
In the database there is a column called Short.
New User: User provides all the values & selects Create Yes or No
When user selects yes, the record should be created in the database, all the Labels are exactly the name of columns. Again, user can add many rows & all of the selected should be created.
I have the tokens populated in WF, also I have made Conditional Parallel activities for both if the user selects Yes.
However, my problem is to configure Custom Query to delete the row or rows & to create row or rows....
Thanks in advance!!!