
Hello all,
I am building a flow that takes an attachment (and metadata) that a user submits to a Sharepoint list and copies it to a specified document library.
I was able to successfully run this flow until I added a data collumn to capture the person that submitted the list item and attachment to trigger the flow. See below.
I then added this metadata to my document library and the flow began failing, both when trying to update the data, and when leaving it blank. See below.
Here is the flow when it is set to leave the "Submitted by claims" field blank.
The metadata should not copy over here.
Here is the error output when the flow is instructed to leave the data blank, as seen above.
Highlighted error message included belowBody
And here is the flow when the "Submitted by Claims" data is set to be taken from "When an item is Created" dynamic content.
"Submitted by Claims" taken from "When an Item is Created" Dynamic Content
And here is that flow failing.
Error message is the same as before. See below.
I am really confused as why this is failing. Any help would be greatly appreciated. Please let me know if there is anything I can do to clarify what is going on here.
Thank you,
Sam
First, you can't leave it blank you defined the column as required, it can't be blank.
I generally just pass the email address to set a person column, that usually works.