I have a flow, triggered by the submission of a Form. The user submits information and images. From there, I store the information into a sharepoint list and then upload the images to a Sharepoint Document Library. I would like to keep a link to those images in the Sharepoint list in a separate column.
To do this, I initialized a string variable and then attempted to upload it onto the Sharepoint list but I keep getting the following error: The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Link' is required to be of type 'String/uri'. The runtime value '"/Image Uploads Document Library/Image1.png"' to be converted doesn't have the expected format 'String/uri'.
For reference, my flow is as follows:
* After parsing the image that the user submits, I upload it to the Sharepoint Document library and then keep the path stored in a variable. I then use this variable to populate the column for the link but receive the above error. Any tips?
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1