Question
Social Security Administration
US
Last activity: 18 Oct 2020 11:26 EDT
Unable to convert JSON string to page using function
I have a requirement to map a JSON string received from external application to a clipboard page. I am using @pxConvertStringToPage function where it is returning false and the page used in function is empty.
JsonString(Param.jsonData): {"sub":" Proprietary information hidden","user_name":" Proprietary information hidden","authorities":[],"iss":"https://Example.com","aud":"https://Exampledev.com","exp":1602693173,"jti":"kIan8rXRhBTtn4Nn","iat":1602691373,"nbf":1602691373}
Function: @pxConvertStringToPage(tools,TempPage1,Param.jsonData,"json").
Attached is the steps used to accomplish above requirement. Let me know if there are any additional ways that can be used to achieve this. End goal is to map the values in sub and user_name tags to clipboard properties