I am trying to get the value from a json where, i have located the value needed, but not able to get the first and last occurrence,
workflow,
deserialize json = now from json object = for each item in jsonobject
item(“status”).toString - getting the value from status in jsonobject which is [inserted, replace]
if status contains inserted, then get the first occurrence and the last occurrence,