Daniel Siebes
Results
1
comments of
Daniel Siebes
+1 ``` myReturnObject = {} stringFromPreviousResult = "52.525243" myReturnObject.property = Number(stringFromPreviousResult) ``` What is the proper way to convert a string to a number with APPSYNC_JS runtime?