I'm sorry if I'm on the wrong forum, but I'm stuck trying to figure out this problem.
I have an empty field (model number) in an entity called Orders, and a populated field (description) in an entity called OrderProducts.
I was wondering if it's possible to create a power automate flow or a workflow to update each (model number) with a corresponding value from (description).
For example, order id #1 in Orders gets a value from order id #1 (description) in OrderProducts... etc for each order id.
I know how to regularly update a field in flows or workflows, but cant figure out how to loop through each order id..
Any help would be greatly appreciated.