Hi,
We are prepareing an automated flow which exports the time off from shifts. I have to questions:
1) How can I get who approved the time off
2) I can get the reason ID but I would like to get the reason label. For instance: "holiday" or "personal day"
Please see the current flow:
May thanks
Solved! Go to Solution.
Hello @dlx_ares_sp
We can divide the flow in 2 steps:
- Step 1 -> Get Reason ID string value.
1) For each time off instance
2) Get all the time off reasons
3) Find the specified time reason (filter array)
4) Get the first element found.
- Step 2 -> Find the approver
1) For each time off instance
2) Get the User ID value field
3) Search user profile
The flow could be improved in order not get all time off reasons every time (save the elements in an array).
Hope it helps!
Ferran
Hello @dlx_ares_sp
We can divide the flow in 2 steps:
- Step 1 -> Get Reason ID string value.
1) For each time off instance
2) Get all the time off reasons
3) Find the specified time reason (filter array)
4) Get the first element found.
- Step 2 -> Find the approver
1) For each time off instance
2) Get the User ID value field
3) Search user profile
The flow could be improved in order not get all time off reasons every time (save the elements in an array).
Hope it helps!
Ferran
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
25 | |
24 | |
24 | |
21 | |
17 |
User | Count |
---|---|
56 | |
41 | |
38 | |
30 | |
30 |