EXTRACTPHONENUMBERS issue

I have a field with the name and phone number of a worker. Dan: 5555555555. i used the extractphonenumber in a VC which returns a list. Is there any way to make the new virtual column a phone instead of a LIST. Because I am trying to add an action to use the value to call, but it throws an error.

Solved Solved
0 3 183
1 ACCEPTED SOLUTION

Try enclosing the expression with a CONCATENATE(โ€ฆ) i.e. CONCATENATE(EXTRACTPHONENUMBERS(...))

View solution in original post

3 REPLIES 3

Try enclosing the expression with a CONCATENATE(โ€ฆ) i.e. CONCATENATE(EXTRACTPHONENUMBERS(...))

Thanks! it worked!

Youโ€™re welcome

Top Labels in this Space