...
To retrieve the value of the map, enter the following commandcode in APL:
Code Block |
---|
string ID = mapGet((map<string, any>)subscriptionData.subscrCond, "nfSetId"); debug(ID); |
The debug output is as follows:
...
...
To retrieve the value of the map, enter the following commandcode in APL:
Code Block |
---|
string ID = mapGet((map<string, any>)subscriptionData.subscrCond, "nfSetId"); debug(ID); |
The debug output is as follows:
...