The Json Path Expression returns something like: "folder/subfolder/123456".
I only need the "123456", is it possible to extraxt that with the regular Expression extractor based on the result of the Json Path Extractor?
Or another way would be awesome too!
If you have this folder/subfolder/123456
stored in a JMeter Variable called i.e. someVariable
you can extract the numeric part as follows:
Demo:
Just make sure to put the Regular Expression Extractor below the JSON Extractor as the Post-Processors are being executed upside down and the JSON Extractor needs to be first
More information: