so...
i want to:
1-ask for approvals
2-store that value in sharepoint (wether with approve or reject)
3-to have a simple condition to ask wether is there any rejection. if so do some stuff, if no do other stuff
explaning the flow:
i check for a creation of an item in travel request list
i get items: approvers info list
assign them to select
then start and wait for approvals with sequential approvals and putting the select to the assigned to
switch or condition on the rejection, to update the tracker list
then intializing an array
append the response summary in the array
then filter it if it containes reject
then condition if it does
what is missing, what cant i see?