How to save only specific keyword from DB

Hi @Printf7 ,

Another possible solution would be to use the following statement:

(?<=goodsNo=).*(?=&influx|&display)

For a better understanding of how these things works, please check our colleagues mega post https://forum.uipath.com/t/regex-help-tutorial-megapost-making-your-first-regex-post-reusable-regex-patterns-regex-troubleshooting-sample-workflow-and-more/238791

Best regards,
Marius

2 Likes