I have the following string variable:
“{"searchRecords":[{"attributes":{"type":"Account","url":"/services/data/v42.0/sobjects/Account/0017d00001ApFoZAAV"},"Id":"0017d00001ApFoZAAV","Name":"ABC LLC"}]}”
I want to extract out 0017d00001ApFoZAAV. This id number will change but the rest should be consistent.

