Variable type error "ToChar"

1 Like

Hi @Mayur_Pawar

Ensure the str var is char data type

Thanks
Ashwin S

Hi @AshwinS2

i didn’t understand why is it like this before some time it work but now it showing error like this.

Hi @Mayur_Pawar

image

Try this

Thanks
JothyPrasanth M

Hi
That would actually work
Your expression is correct
Make sure that count is of type int32 and str is of type string and recreate the same activity by deleting this and add a new one

Cheers @Mayur_Pawar

2 Likes

i have one more doubt can you help me for that ?

1 Like

Yes tell me
Cheers @Mayur_Pawar

As you know that i had shared you that I’m working on excel operation that, i want to append values in existing excel right ,so I’m able to append values but problem is when I’m using “count+1” it will only work for one time increment if i again run that workflow values will not appends

Screenshot (47)

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