Goal: I have an app to track "opportunities", and am using a modal window to enable users to view / edit opportunity details. Each opportunity has details across a number of different tabs. I want to be able to be able to share a link to each unique opportunity (via slack or email, for example). Is there a way to do this?
I am currently using opportunities_table.selectedRow to display the correct opportunity (using a unique id), but this of course shows the same URL for all opportunities. The desired behavior is for the user to click a url outside of retool, and then immediately be brought to the application with the modal window open and the specified opportunity selected.
I've started to look into url parameters, but am unsure if this will enable the desired behavior. Customize web app URLs | Retool Docs
Will I be able to achieve the desired functionality using url parameters?
THANKS!