Hi @Add_Bddd
It appears to be a JSON Array. It is not advised to use regex on it as other activities are available to handle the JSON Array

Read this post
Still if you want the regex
(?<=\"conditionDescription\"\:\").*(?=\"\,\"conditionType\")
Hi @Add_Bddd
It appears to be a JSON Array. It is not advised to use regex on it as other activities are available to handle the JSON Array

Read this post
Still if you want the regex
(?<=\"conditionDescription\"\:\").*(?=\"\,\"conditionType\")