We need to store quite a few pre-built json templates outside of powerapps in a dynamics entity. As the flow runs it injects the json into the flow on the fly however the dynamic values are not recognized. If you take the same json code and add to a compose while in edit mode the dynamic value are properly recognized. Any ideas on this would be greatly appreciated.
Here is our json stored in the entity.
Here we are injecting the json into a compose
runtime outputs, notice how the dynamic values are not recognized and its just dumping it as text.
And this is the same json dumped into a compose in edit mode. notice the dynamic values are working.