I think I’m probably complicating this, but I’m hoping someone can help me with an issue.
I have a parent form set up that has a child form. I’ve had to set up the associated workflow
with ‘Create New Entry’ steps rather than ‘Form Submission’ steps because I need them to go out simultaneously and not wait for the last one to be submitted.
But I also need a way for the parent form to collect the status of these child forms so that I can report that status to someone. However, I am having trouble with this. The workflow needs to look like this:
- Form A is submitted
- Admin fields on that form are then auto-populated with names and emails of people who are assigned to review Form A
- An entry of Form B is created for each person assigned and each entry’s ID is logged in an associated field on Form A. There are always multiple form entries created and there are fields for each of them depending on who is conditionally assigned.
- Form B is sent out to the people assigned to complete it. There are always multiples of this form sent out.
5. Once Form B is completed, I need to update a radio button field in Form A saying it’s completed.
Step 5 is the issue. I need Form B’s workflow to be able to look up the correct Entry ID on Form A and then check the radio box associated with that entry. I’ve played with a few solutions and cannot get it to work so that it’s finding the right entry field.
Included are screenshots. The first is of the fields from Form A where the assignees and the entry ID for Form B is filled in. You’ll see the radio button in question to the left of those fields. There are about 20 different assignee fields that can be filled in.
Second screenshot shows the existing workflow structure for Form B.
Third screenshot shows the workflow step (update fields) where I was trying to mark the corresponding radio box on Form A to show it as complete but can’t find a way for it to look up the correct field/entry ID.