Special placeholder AccountNameFromSettings #1267
Unanswered
sven5
asked this question in
Help Needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
when creating a connection to a storage account table we see the value
AccountNameFromSettings
after we have selected the storage account from the dropdown in logic apps designer.Following, similar code is being generated:
It generates
@{encodeURIComponent(encodeURIComponent('AccountNameFromSettings'))}
which is just a string in the url.I now wonder how logic apps or the connection translates this to the real name of the storage account?
I cannot find any information about this.
When reviewing the run history we see the following in raw input data:
The placeholder
AccountNameFromSettings
is still present even in the path. How does it work?Beta Was this translation helpful? Give feedback.
All reactions