0

I am trying to access a file from Sharepoint from my Azure Logic App. I am using the Sharepoint connector "When a file is created or modified in a folder". The file is accessed by the connector but it the properties the file name is given as "Z2lnYWJpdF92b3VjaGVycy5jc3Y=" rather than the actual file name "mydata.csv". Anyone know why this is?

0

1 Answer 1

1

It will be in a base64 format so you need to use base64tostring in compose connector i.e.. base64ToString(< FileName >)

Here is the screenshot for your reference enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.