Hello.
I was able to build a flow that when a row is added to Smartsheet, it creates an item in Sharepoint. To accomplish this i had to create an expression that looked at the Smartsheet columns using a workaround that i found:
first(triggerBody()?['cells'])?['value'].
I am having trouble figuring out how to copy the attachments that are in Smartsheet and add them to the SP list/library.
Does anyone know if this is possible?
Thank you for your time.