but i have function to copy full PriceList with all PriceCriteria and what i need i need on any new PriceCriteria add ne ID PriceList which is new created.
1- yes you can use “make changes to list of things” but if list can be lengthy you think then you should go with point 2
2- this is more optimal and efficient thing you should use backend for these type of work
if you have any query you can ask freely , i would be happy to assist you.
You don’t need regex for this update. Instead you can fairly use the Arbitrary text to compose your string inside using Truncate and/or Find & Replace operator , for example.
As your list will be always less than 100 items you can use Make changes to a list of things even in the backend.