Table Action to open retool app not passing url params

I have an Action in my table which Opens another retool app. I have defined 4 url query params in the action but these are not passed in the url to the destination app.




What am I doing wrong?

Thanks,
Ian

@ianhendry99,

If you look at where you have defined your URL parameters in the action you are missing the 'key' value. Each of the values in the key field will be available in urlparams in the processing of the linked app. Make sense?

Ah yes. Thanks Ron!