Hi Guys,
I'm working on an app that will allow our guys in the shop to take quality assurance pictures and have them uploaded to Share Point. Because we only have so many flow runs a month I want to be able to upload a gallery using one flow. I have the flow making a file for each photo with a random file name but I need to know what job number the photos goes with. Therefore, I'm trying to update the file properties to populate columns in Share Point. This is what I'm running into.
InvalidTemplate. Unable to process template language expressions in action 'Update_file_properties' inputs at line '1' and column '1810': 'The template language expression 'triggerBody()['Updatefileproperties_JobNumber_1']' cannot be evaluated because property 'Updatefileproperties_JobNumber_1' doesn't exist, available properties are 'Compose_Inputs, Updatefileproperties_JobNumber'. Please see https://aka.ms/logicexpressions for usage details.'.
I didn't know how to fix this so I figured I would make a blank file because I know that I can change the file properties on that and then at least I would have something in the folder with the job number. However, when I did that I'm still getting the error above and I don't know why.
Does anyone have any idea?