Question

Get sharepoint view

  • 18 May 2024
  • 1 reply
  • 26 views

Badge +2

Hi team,

I am using Get lost items from the SharePoint package but I am able to get all details how can I filter based on date and also can we get data  by filtering with view in SharePoint.

 

Thanks 

 


1 reply

Userlevel 2
Badge +9

Hello!

I believe there is no simple way to filter the data, you will need to use get and a loop afterwards.

for example, you can get the files from a folder and use a list loop, then within the loop you can use a get from the dictionary function and use the key that best suits the property you want to filter. Note that depending on the type of file you have, the keys that are obtained from the dictionary may change, in this case I recommend that you use debug to find out which keys your dictionary can return.

then, within the loop, you can use IFs to proceed with the actions you want.

 

I hope this can help you!

Reply