Hello,
I have a form I made where a user can select multiple approvers by adding a new line to an editable list.
This list is it's own smart object and it pulls the ID of the request and saves it so that my workflow can get the list of all the approvers for this ID during the workflow.
I am trying to setup a list view to show all previous requests for the form and if someone was an approver for that ID to have the request appear.
Attached are screenshots of the form so you can see there is one view to enter all information which is its own smart object, another for attachments which is it's own object and the approvers which is it's own object.
I'd like for an approver for the request to see any request they approve but I've tried a few different things like using a list box but that didn't seem to work.
Is there an association I could make that could have the approvers appear for the request?