I am setting up a flow to trigger when a row is added to a table. Specifically, when a new session is added for an event in Dynamics 365.
The first step in the flow is a HTTP post to an API endpoint. What I would like to do is include details of that event just added - specifically the date and time - in said HTTP post as form data.
I have done many, many searches and found how to include file content and dynamic data in a HTTP post, as well as how to handle any data returned from it. But not any way of sending data from the table that triggers the flow in the first place. It seems like is such an obviously useful operation but the means of doing it has just been bizarrely elusive. Any help is sincerely appreciated.