Hi,
I have this string: You’ve viewed 72 of 2,167 products
I want to extract the “2,167” digits without the comma.
Can someone guide me how to do that please?
thanks!
Hi,
I have this string: You’ve viewed 72 of 2,167 products
I want to extract the “2,167” digits without the comma.
Can someone guide me how to do that please?
thanks!
Hi,
Is there any rule to extract it, such as “before ‘products’ etc”?
Regards,
Here is the sample workflow
securestring.xaml (6.0 KB)
Try this and let me know
Yes the numbers is always going to be before “products”.
used for extreaction
aftwrwards we can remove the comma e.g. by using Replace(“,”,“”)
securestring.xaml (6.0 KB)
I think this will work based on your suggestion.
If it is working, then mark as solved
Thanks!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.