question

floriandelanghe-7663 avatar image
0 Votes"
floriandelanghe-7663 asked LukeHoffman-6727 commented

Logic Apps - Dynamically retrieve function expression from file

Hi

I am trying to do the following.
I have a json file stored in blob.
This has the following input:

{
"EventType": "TCWC.2006#X12_00403_850.Processed",
"References": [
{
"Key": "id",
"Sequence": 1,
"Value": "@{xpath(xml(decodeBase64(body('GetPayload')['$content'])),'/[local-name()=\"X12_00403_850\"]/[local-name()=\"BEG\"]/*[local-name()=\"BEG03\"]/text()')}"
}
]
}

In my logic app I want to use the expression defined in 'value' to obtain the xpath value in my Logic App run.
However when I implement this, it seems like it is defined as a string and currently I see no options to run this as an expression in my logic app connector.
30381-microsoftteams-image.png



I expect the xpath value in my append variable.
I hope this is clear, if not feel free to ask for more information :)

  • Florian

azure-logic-apps
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@floriandelanghe-7663 Thank you for the question. I will share the updates at the earliest.

0 Votes 0 ·

@floriandelanghe-7663 Can we connect over an offline session? If yes then, could you please send an email with subject line “Attn:Jaya” to AzCommunity[at]Microsoft[dot]com referencing this thread.

0 Votes 0 ·

Hello @floriandelanghe-7663 and @JayaC-MSFT !

Was this ever answered?

Thanks

0 Votes 0 ·

0 Answers