Hello,
I am using the code snippet provided within the documentation which shows how to parse a JSON array & return specific custom data type records to be stored in App or Page state etc.
For the first action I tried this snippet, it works fine. However, I tried to duplicate the code to use it with another custom data type but it doesn't work at all (despite having almost the same code) and it returns null on the front-end.
I was wondering if anyone ran into a similar issue or could help me diagnose this.
Thanks!