Take a Sharepoint file with the date in its name

Hello to all :slight_smile:

In sharepoint I have an excel with the name written like this: "Name "+now.ToString(“dd_MM_yyyy”)

And now I want to get it with the activity “Find files and folders” but I don’t know how to call it.
image
I don’t know if i’m explining well.
Can anybody help me?

@ELISA_ARTALEJO_BARINAGA

Try this.

       "Name "+Now.ToString(“dd_MM_yyyy”)+".xlsx"
1 Like

@ELISA_ARTALEJO_BARINAGA

Can you please assign the above file expression into one string variable and then pass it to Find Files and Folders activity. And also print the string Value before passing and compare it with the file name in SharePoint.

Thank you! :grinning:

1 Like

i was only missing an space, sorry!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.