Having issue with Form.Activities Create Form. I have a process that has three possible forms depending on the trigger in a row of data. Two of the forms (Price change forms) work fine. They do not have any activities in them, outside of the empty “DO LOOP”. The issue is the third one (Add Item form) has a condition(IF) if the SelectedButton is “Save” things happen and updates the dynamic dropdown, etc. but keeps form open so it can be completed and the submitted.
What is happening, is when the Add Item form is triggered from a subsequent row of data, the robot does not stop and continues to cycle through the For each row in DT which generates multiple windows for this form (essentially crashing). When I remove the IF activity and go back to the blank DO loop, it cycle’s through fine. Any ideas on how to fix this? Note the closeOnSubmit value key is true.
1 post - 1 participant