
Hi, I just need a simple Automated Cloud Flow that, on Create of Booking, looks at the related Work Order and takes the Latitude and Longitude from the WO and puts it on the Booking.
Having trouble with this step when Testing the Flow. I know its a simple fix, can someone tell me what to put in there...I've tried Work Order Unique id and msdyn_workorder (field from Booking for related WO). Thanks!
Hi there. So, it looks like your "Get Workorder" step is actually a Dataverse "List Rows" step, right? This is trying to get many rows, which is why there is no place to put your work order id and why your subsequent step got thrown into an Apply to Each loop.
Try replacing that step with a "Get row by ID" step, point it to the Work Orders table, and then you should have a spot to drop in that id to get a single row (your work order detail, I imagine).
Keep us posted.
-Ed
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.