I have modified the object return in my iteration to return a JSON String for use in Survey123 rather than just an Object. Not sure if this is absolutely required but it was the only way for to easily parse through the Obj and obtain the parts to autofill my form(s).
return JSON.stringify(obj);
Thanks for the updates on the Date/Time and the ability to differ between USA and CAN DL's it is working great!
Hey Stephen,
I have modified the object return in my iteration to return a JSON String for use in Survey123 rather than just an Object. Not sure if this is absolutely required but it was the only way for to easily parse through the Obj and obtain the parts to autofill my form(s).
return JSON.stringify(obj);
Thanks for the updates on the Date/Time and the ability to differ between USA and CAN DL's it is working great!
Regards, Chris Rogers