Use string variable in Gsuite Find Files activity

Hi all,

I’m trying to ask the user for a file name, store that as a string variable, and then pass that variable to the Find Files activity in the Gsuite activities. Because the FindFiles activity requires the format of the search to be “name = ‘FileName’”, I’m struggling to see how to include my variable. Has anyone done this before?

Thanks!

Hi @R_O_S ,

Welcome the Community !

You can try this : "name = '"+SimpleStringVariable+"'"

image

Hope that helps !

Thanks & Regards,
Nithin

3 Likes

Thanks Nithin, it’s so obvious now that you’ve said it, clearly my brain wasn’t switched on!

1 Like

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