Populate select field in form and show all roles of the person who launched the form

I am creating a workflow through which respective manager can open up the form and fill out details and create contractor identities. I am able to create contractor identities, but I am stuck on assigning roles to the contractors. Requirements are whoever manager launches the form, their roles should come up in the second form, and they will select a role for the contractors from that list of roles and based on that selected role, that role will be assigned to contractors.

How do I achieve this?

@pkhatiwada01 , try something like below using search query. Role list will be dynamically populated in the form which manager can select

I am getting the roles with the get access step in the workflow. Now, using that variable I want those roles to populate in the dropdown select field in the form.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.