Definition of Dynamic Value In Flow changes after import. #36
Gamp0vskyj
started this conversation in
Troubleshooting Guide
Replies: 1 comment 1 reply
-
This isually happens when you use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello fellas,
I have a flow that is using AppModuleUrl to get the URL of the environment and send an email with specific records. But the URL isn't working so I looked into it and found out that the definition of dynamic value changes after import.
@{outputs('Get_App_Module_Url')?['Body']?['appmoduleurl']}
@{body('Get_App_Module_Url')?['Body']?['appmoduleurl']}
And the definition with the body at the beginning is not returning anything.
The top value is after import and the second is when I've added it again in the Power Automate
This is happening on Prod and also on my Dev.
This is the definition in code
Does anybody have any idea what is causing this issue?
Beta Was this translation helpful? Give feedback.
All reactions