Pergunta

I would like to create a Flow so that once a day I can export new list data from a SharePoint Online list into Smartsheet so that a dashboard can be displayed to managers with this data.

I have been able to setup the Schedule action just fine, and the actual import of data into Smartsheet action is fine, but the Get Items SharePoint action is pulling in all list items every time.

Will I need to setup an additional column/action to track if the item has been moved to Smartsheet already so that I can filter down the Get Items action?

Foi útil?

Solução

You could use Filter array to filter the items.

For example: use addDays(utcNow(),-1) to filter Created greater than yesterday.

enter image description here

Licenciado em: CC-BY-SA com atribuição
Não afiliado a sharepoint.stackexchange
scroll top