Hi,
I have a HR app I'm syncing to a CRM app using API that bit all works but I need to convert days into working hours so
Half day (0.5) = 4.5 hours
1 day = 9 hours
2 = 18 hours
And so on depending on what the HR app outputs as it outputs in days but the CRM works in hours.. So if i get a response from the HR app that 1 day is booked I need it to go into CRM app as 9 hours and so on dynamically depending on the days. Is there a way of doing this?
Ryan
Solved! Go to Solution.
Hi @RyanMesser ,
Please take a try with the mul function as screenshot below:
You could refer to link below to learn more about the mul function
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Use a Compose action.
In the body do the following sum. DAYS_FROM_CRM * 9
1 * 9 = 9
2 * 9 = 18
0.5 * 9 = 4.5
and so on
Hi @RyanMesser ,
Please take a try with the mul function as screenshot below:
You could refer to link below to learn more about the mul function
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
42 | |
37 | |
36 | |
23 |
User | Count |
---|---|
41 | |
31 | |
28 | |
28 | |
27 |