At the moment there is no way to access the URL of the current Section or the object of the current Table. While I can see that revealing the Table object through code might be a performance issue, the current Section() should not be to be a request and would be helpful.
Edit following thread comments: Table() would refer to the object that represents either the View or the source Table.
The problem with thisTable is that it doesnât reference the View of that table if you use it in a filter.
E.g.: I want to have a column which is the Section URL that row was created on, and for every section with a view on the table only show those rows that were created for that page. This could be done by having the original Table have a filter that reads like so that I donât have to setup the filter everytime:
Thanks for the feedback! Weâve received requests to be able to access the URL of the section using formulas and itâs indeed on the product teamâs backlog of features to build. Will add your request to hopefully get this on the roadmap!
I too would love to hear about any progress on this.
Iâm working on work-arounds. @Keith_Galloway It is possible to create little âare you sureâ type behaviours when youâve created a âdeleteâ button for a row in a table. Itâs messy, but it is possible. I donât have the time to mock it up right now, but Iâll try pull it out of my main doc sometime and paste it here if I remember.
At the moment Iâve got it working inline inside the table (using a display table) - and also as a modal popout, but the modal doesnât work as well. Both are inefficient / hacky and definitely not idea.