Hi,
I've created a flow in PowerApps that gets from Onedrive directory a list of images in jpg format.
Then searches for a product code, and then creates a note with the image from onedrive attached.
But when is creating the note it gives this error: The 'inputs.parameters' of workflow operation 'Create_a_new_record_2' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/documentbody' is required to be of type 'String/bytes'. The source type/format 'String/binary' of the value
I'm getting the image with a Get file content using path
And a set variable to set the image in the create new record this way
Does anyone know how to do or solve this?
Best regards!