Not able to add an integer type into an array please help me

how to add an integer type in the array row field of add data row activity

in this total due is integer type and i need to add it using add data row activity but i am getting error in the array as shown
can anyone please solve this

1 Like

HI @santosh_sai

Can you try with .Tostring

Like this TotalDue.ToString

Regards
Gokul

Hi,

If you need to store the data including information for Int32 type, can you try the following expression?

{CObj(totalDue)}

Regards,

thank you so much it worked

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