I'm trying to pass data from NextJS to a retool embedded app but able to. Can you please let me know what am I doing wrong from the below screenshots.
I'm passing information as JSON in data prop. Created a parent window resource. Added the data key. But nothing is happening!
Hi @Suhas_Bhairav Does it work if you remove JSON.stringify
, like this:
and then add the key name, in this case, name
, to your Retool query:
Did you ever figure this out? Running into exactly the same issue
Hi @Tim_Specht the above solution worked for me. Could you share screenshots?