I normally use the HTTP request to trigger a flow when the record is selected from Dynamics 365.
However I do not understand how to do it in this case.
I have a Shipping record and then I use a quickview form to show all the records in the warehouse.
So the records are just displayed not actually related.
I want to trigger a flow to copy the selected records to the details of the shipping record.
It sounds easy, but if I use a Http request, I only know the value of the selected record.
I need to also know the shipping id.
Any thoughts on how to do this?