Description: ACS - Using the ExternalApi to call the "Azure Logic Apps" in complex recursisvity processing;
Why: We need to transpose a large table from lines to columns. Within ACS it was not possible;
How: Therefore we use our integrator to do this work for the ACS and return the result on another table in the ACS database;
We still had to use Azure Function for the response time to be faster, in less than 1 minute, which is the timeout timeout of the ExternalApi :
Current: File is manipulated manually and then imported into the ACS:Re
Result: This solution is already working in our Dev environment. Let's soon migrate to PRD.