Hi, we are using Dynamics v9 on-prem and i have a requirement to display some external data (table of data) in a custom entity form, so when the user opens an object form there will be some part on the form where the table of data for that object will be displayed.
The data is coming from an API and will be a list of items that are related to that entity object. My initial research suggests an iFrame embedded in the form that passes the entity ID over to a webapp via URL parameter that i will have to create in C#
However I am also seeing Power Automate might be a solution, however i am unsure if its possible, I am trying to understand how i send back a list of data (power automate to Dynamics) and display that on dynamics form in some table format.
Any assistance to point me in right direction would be greatly appreciated.