Hello,
I am currently looking to work with a United Health Care API. When testing with their lower environment and reviewing Automation Anywhere documentation, it appears the only way to get the body of the response is to log it to a file. Is there anyway to break it down into getting the whole body as a variable? Or can we break it down even further and get specific info from the body to a variable. We followed this documentation to log to file: https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/using-the-workbench/cloud-using-get-action.html
One of the other things we tried was to take the output variable and break everything down even smaller to make it $APIOutput{"Body.apivariable"}$ but that returned a null response. If anyone has any tips or tricks that would be greatly helpful!