Hi, I am getting an error in my flow because the user is not submitting images to the SP list and my flow is built around the user submitting images, and then eventually populating a Word document with said images..
So my flow is stopping at this stage below:
Unable to process template language expressions in action 'Initialize_variable' inputs at line '0' and column '0': 'The template language function 'json' expects its parameter to be a string or an XML. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#json for usage details.'.
This is my overall flow. I was hoping to add a conditional check for null before it initializes variables.
For example:
empty(json(body('HTTP_Request_-_Photo_2')?['d']['Image2'])['fileName'])
But does not seem to work. Any ideas?
