
Announcements
Hi Everyone,
The recent update to approvals in teams allowing custom forms is fantastic but I need one more step to make it really useful.
What I want to accomplish is once an approval has been complete that a planner task is created if someone needs to take an action.
Anyone got any ideas?
Approvals isn't a trigger.
The new update is using forms but I have no idea where it is stored to use it as a trigger.
Regards
Hi @TimWatts ! In the flow that you create the approval you can wait for an approval. Just like this:
So, step 1: create approval;
Step 2: wait for approval;
Step 3: create a var to store the aprroval result;
Step 4: create the condition to check the result;
If this solved your problem, please mark it as a solution 🙂