Pass arguments from Start Process activity to a c# .exe file

Hi,
I have a sequence with a Start Process activity which calls an .exe. For that I need to pass few arguments to the exe. There I have to pass an argument similar to “01/19/2021 09:00:17”. But it takes as two arguments. Is there any specific way to pass arguments having spaces from Start Process activity to a exe file?

Hi,

Can you try """01/19/2021 09:00:17""" as the following image?

img20210129-1

Regards,

I tried it as @“”“01/19/2021 09:00:17"”" and “"01/19/2021 09:00:17"”. But it didn’t worked. “”“01/19/2021 09:00:17"”" this gave me an error

Hi,

Which mode do you use in UiPath Studio, VB or C#?

Regards,

C# mode

Hi,

Thanks
Can you try "\"01/19/2021 09:00:17\"" ?

Regards,