I have a flow that stores a pdf in OneDrive. How would I expand the flow to send the file to SP as a new list item (attachment).
Solved! Go to Solution.
@Ra1derActual You need to use the "Create Item" and "Add attachment" action:
@Ra1derActual after you store the pdf file use the one drive get file content action. Use the output for file content in the add attachment action.
Hi @Ra1derActual pretty easy.
First use "Create Item" and then use "Add attachment" to that newly created item.
@Ra1derActual You need to use the "Create Item" and "Add attachment" action:
What goes under file content?
Any idea what i put for file content? The item is being created but it's not attaching anything.
Any idea what i put for file content? The item is being created but it's not attaching anything.
@Ra1derActual after you store the pdf file use the one drive get file content action. Use the output for file content in the add attachment action.