Hi all,
I've an model with Table format data and I need to insert all the records into AX form, How can i perform loop using my table data
Hi @SumanKoduri ,
Could you please share a bit more about your AI Model that you used? Object Detection Model or Text classification Model?
Based on the needs that you mentioned, I agree with @JoeF-MSFT 's thought almost. I think the "Predict" action under Common Data Service connector could achieve your needs.
Flow's configuration:
Within the "Apply to each" action, add a "Create record" action of Dynamics 365 for Finance and Operations, (D365 AX) connector. Within the "Create record" action, you could reference the dynamic content values from above "Predict" action.
There are some prerequisites you need to know before use the "Predict" action under Common Data Service connector in your Power Automate -- You must create your flow inside a solution.
More details about using AI Models in Power Automate, please check the following article:
https://docs.microsoft.com/en-us/ai-builder/use-in-flow-overview
Best regards,
Hi @SumanKoduri,
A possible way to do this is to this is through Power Automate. You can build a flow that iterates over the rows of you tables and insert them in Dynamics Finance & Operations.
More info on this: https://docs.microsoft.com/en-us/ai-builder/form-processing-model-in-flow
Example flow: