Passing data from Next JS to Retool Embed app but nothing is happening

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:
CleanShot 2024-10-29 at 16.40.37@2x

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?