I have workflow and one of my inputs (payload) is roles. Roles could be one to many. I want to then run an api for each role that i have. input:
email: "testUser36@enova.com",
name: "laura Test",
division: "6ee4d61e-49ab-4687-b62f-e8448ccb9b8e",
roles: ["10018a6a-348dsf4-4a2e-a5f4-2526f54bbc47", "a4415815-cafdc8d-45ae-af6b-e8286f2a52cc", "f1c26dsf1f9-990a-4a46-9706-a8e3150dfc9d"]
then i would like to run loop block to run api(x) for each role. does that make sense...here is api cal (so would like to run this 3 times with proper role)l:
/authorization/subjects/{{CreateUser.data.id}}/divisions/{{ startTrigger.data.division}}/roles/{{ startTrigger.data.roles }}