Hi,
Attached is my response and i have difficulty extracting the variables
Json.extracting jobdescriptionid based on jobstatus
$[?(@.JobDescriptionStatus=='Draft')].JobDescriptionId)
Regular expression
(?=.*?JobDescriptionStatus\\":\\"Draft)JobDescriptionId\\":([a-zA-Z0-9]+
this is extracting all the id's and not checking for status.
I need help to figure out exact expression.