Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

ACS - Using the ExternalApi to call the "Azure Logic Apps" in complex recursisvity processing

Avatar

Level 5

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.

AzureFunciont.ACSExternalAPI_2021-07-30_204756.jpg

AzureFunciont.ACSExternalAPI.jpg

ACS_WKF_ExternalAPI_Call_LogicApps.jpg

1 Reply

Avatar

Level 2

That's a good ideia @acc_acs ! We can use a external to run our codes and receive the results after finish.