You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case we want to use a property key that has special characters, therefore evaluate it so it is used as a name instead of a property, evaluation will fail:
I suggest adding a support for some kind of litteral support like this {'@somespecificname'}
For example it would be used like so in the json_reader:
data.{'@microsoft.graph.downloadUrl'}
The text was updated successfully, but these errors were encountered:
In case we want to use a property key that has special characters, therefore evaluate it so it is used as a name instead of a property, evaluation will fail:
I suggest adding a support for some kind of litteral support like this
{'@somespecificname'}
For example it would be used like so in the json_reader:
data.{'@microsoft.graph.downloadUrl'}
The text was updated successfully, but these errors were encountered: