Hello to everyone!
I’m creating a robot to send automatic messages.
I’m doubt about, how to extract the phone number of Excel, to put in the link (Open WhatsApp). Someone can help me?
Hello to everyone!
I’m creating a robot to send automatic messages.
I’m doubt about, how to extract the phone number of Excel, to put in the link (Open WhatsApp). Someone can help me?
Hi! Welcome to community,
Try like this:
PhoneNumber = CurrentRow("Phone_Number").ToString.Trim
Nite:
Where phone_number is your column name
Then use this variable to get the phone numbers one by one
Try this and let me know
Regards,
NaNi