Unable to enter phone number in Data Table- (Cell highlighted in red)

I was just using the ‘Build Data Table’ activity to create a Data Table in my workflow. I wanted to enter phone numbers in consecutive row cells, but in my second cell entry, I cant seem to enter it and move to the next cell entry. The second cell is highlighted in red. Please help!
P.S- Just started out using the software, might be just a rookie mistake. Any help is appreciated

Hii @Vishesh_Sadananda_Babu ,
Can you just change the type to Int32 to Double(System.Double)?

image

Cheers.

3 Likes

Hi @Vishesh_Sadananda_Babu ,

Could you remove the value and type it again, It maybe the case that you are also entering spaces or NewLine character (Maybe if data was pasted or By Mistake a NewLine character was introduced)

1 Like

Hi @Vishesh_Sadananda_Babu ,

I’m able to enter 10 digit number in build datatable, check below screenshot,
image

But we can’t enter more than 10 digit in the column if it is Int32 or Int64 column type, so if you want to add more than 10 digits then change the column type to Double and check again.

Hope this might help you :slight_smile:

2 Likes

Changing the data type to System.Double seemed to work for number with or exceeding 10 digits.
Thanks guys!

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