I have an Powershell Azure function that receives a (json) string as request body. I need to access the values of XMLA_String, WorkspaceId, and DatasetId in order to set them to variables. Please let me know how
The following body is received:
"{\"XMLA_String\":'{\"refresh\":{\"type\":\"full\",\"objects\":[{\"database\":\"<db>\",\"table\":\"<tab>\"}]}}',
\"WorkspaceId\":'<workspaceid>',
\"DatasetId\":'<datasetid>'}"