is there a way to be able to Extract Order No. “1472964345” from text :
"Cozy Corner Kitchen Order No. 1472964345 Your order is ready to be picked up! View Order Details Pickup location Cozy Corner "
?
use :extract with regex
\d{10}
should work if the order # if always 10 digits
1 Like
Wow! so simple! thank you!!
1 Like
This topic was automatically closed after 70 days. New replies are no longer allowed.