Hi anonymous user
You need to link the integration account to your Standard logic app like this:
Also make sure both integration account and logic app are in the same region
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
We are using standard logic app with Transform Xml action. Is it possible to access xslt files uploaded in integration account maps folder from standard logic app?
We are able to access xslt files from integration account in consumption plan logic app.
Kindly let us know if there is any process to access xslt files uploaded in integration account from standard logic app.
Hi anonymous user
You need to link the integration account to your Standard logic app like this:
Also make sure both integration account and logic app are in the same region
anonymous user Thanks for reaching out. It looks like either your Integration account and standard logic app are not in the same region and subscription. Can you please confirm if they are in the same region and subscription? In case if they are in the same region and subscription then please validate that the callback URL should have query string which is used for authenticating.
https://{prodname}.{region}.logic.azure.com:443/integrationAccounts/{integration account ID}?api-version=2015-08-01-preview&sp=%2F%2F%2A&sv=1.0&sig={signature}
Once you have saved the changes please wait for a minute and delete/reacreate the transform action again. Make sure you have selected the source as Integration Account
from the drop down. In case if you select Logic App then you need to upload the map under the maps configuration in your logic app. If there are no maps then you could observe the same error that you have shared as I can see the same issue if there are no maps for logicapp dropdown option.