Write Cell: Illegal characters in path

Hello everyone,
I need a little help. When writing a table to a specific location, I get this error: “llegal characters in path”.
What could be the cause?


Hi,

Can you share content of the variable?
Question mark cannot be used as path character in Windows OS.

Regards,

Hi @dvojinovic

Could you please check the value of the putanjaTeams variable.

I think it contains Special char like ?

Hope it helps!!

@dvojinovic

Before writing the data in cell check whether you are getting correct filepath in putanjaTeams varible.

take a log message place log message activity before of the write cell activity and putanjaTeams pass this variable in that log message then you can see the path how it is getting.