Hi Guys
I created a shortcut link to redirect me to a related item using this url to my generated table https://tapeapp.com/tape/(focus//main-modal:record/${id}) but currently it was not working anymore.
any tips or suggest on how to build a shortcut link redirect to related item?
For reference here, I might add this little markdown trick we like to use to make the links look nicer than a raw URL.
This is especially useful when our action is creating a new item in a separate app (like pushing from Leads App to a Deals App for example). We want to post a comment acknowledging the data movement and a link to easily go add additional details in the new Deal Item.
Doing this requires a โCreated Item IDโ which isnโt available in workflow automations as a direct @ variableโฆbut you can access it in a calculation step and use that calculation as the ${id} part of the URL listed above.