Hello,
I'm trying to set up an approval workflow where:
1. Our Project Coordinator can upload a PDF to a list and enter the approvers needed.
2. It sends an approval e-mail out with Approve or Reject options.
3. Once approved or rejected, it sends an e-mail back to the Project Coordinator.
I'm having 2 issues:
1. No matter who uploads the PDF (creates), it shows up as Sent in my Approvals - we want the creator to be able to see it as Sent instead so that they can track it. I assume this is because I created the Flow. How do we set this up so that specific Project Coordinator who created the file has it in their Flow? Will I need them to create their own lists and Flows on those for them to track the Sent tasks?
2. Steps 1 and 2 are working, but the Flow ('Start approval when a new item is added') is failing and an e-mail is not going back to anyone saying that its been approved or rejected. Here is the error detail:
Unable to process template language expressions for action 'Condition' at line '1' and column '2700': 'The template language expression 'equals(body('Start_an_approval')?['response'], 'Approve')' cannot be evaluated because property 'response' cannot be selected. Array elements can only be selected using an integer index. Please see https://aka.ms/logicexpressions for usage details.'.