I may be overthinking it, but I can’t seem to figure out how to achieve the desired results.
I have a Contract Submissions Table with relevant data fields for User submitted data.
I created an Archived Contract Submissions table with matching data fields and one additional column for Users to upload a “Release” file.
I’ve created a series of actions, and grouped them accordingly:
- Copy Data from Contract Submissions to Archived Contract Submissions.
- Upload Release, which links to a view where users are prompted to upload their Release file.
- Delete row from Contract Submissions.
I can get through the first two actions in the sequence, but the last action doesn’t get performed. I’ve also tried altering the sequence, so that the row gets deleted prior to the User getting prompted to upload their Release, and again, while the second action is completed, the remaining action never initiates.
Has anyone else encountered this before? I’ve tried to peruse the forum, but haven’t found a solution. Any help or guidance is appreciated.