Hi all,
In power pages, I have 3 tables table a, table b& table c
I need to create few records in these 3 tables:
each A record has 41 B records
each B record has 26 C records
is there any way to create all these records in dataverse using web api with faster performance?
Is there any limit to make certain number of web api calls in power pages?
When using synchronous power pages cloud flow calling child flow to create B & C records, I am getting 504 time out gateway error on power pages end, is there any other alternate way for this?
What is the most feasible approach with good performance to create all A,B,C records or bulk data creation and updation in power pages?