I'm using Power Automate to make an HTTP GET request. The response body is in JSON format like this (Object Type):
{
"@odata.etag": "W/\"JxxxxxxxxxxxxxxxxxxxxxcxMTswMDsn\"",
"id": "XX23XX-XXa1-ee11-XX35-000XXXXX93a",
"code": "AB5483",
"dimensionId": "XX23XX-XXa1-ee11-XX35-000XXXXX93a",
"dimensionCode": "Test Dimension",
"displayName": "Test ",
}
How can I assign the id and @odata.etag values to variables using the "Set Variable" action?