When you click on the text a second page opens up and you will find a button. This button opens an URL in the base. This does not work in the app. This is very unfortunate, as I wanted to create an advent calender (24 pictues in the app gallery) and each picture is a day. The button should have only acitvated the link if the correct day is choosen.
However, the button does not work in the app. I also tried a formula to only show the text on the correct day. Again formatted text can not be shown via formula.
Therefore, I can not finalize this project.
Yes I meant Query page of the app. I have it in french, sorry.
But for me it’s not working, and there is a question mark indicating that the data access is limited and that the user will not be able to modify the item, hence use the button i suppose.
Maybe it is because the action behind the button is to open a URL link.
In the table page, with the same columns activated (order and modifier l’enregistrement), it does work.
As I said: Query pages support button actions. I also just tested it successfully.
Do you try to open a URL that is stored in a column that is hidden in the page settings? Then the error is the correct behavior. Data in a preset hidden column is not loaded from the server, hence you cannot call it via a button. (See the hint in the screenshot below.)
Yes that is correct, my goal is to open a url stored in a column. I don’t really understand if this is doable ? Should or shouldn’t it be in the hidden preset columns for it to work ?
Ok I understood, but i asked because whether it’s marked as hidden or not, it doesn’t work.
! See image where no column is hidden, the link is not opened.
And the button works because if i put directly the URL in the button indeed, it opens.
I think i understand the issue in my case, the column type that contains the URL is a formula created from an actual URL of a Seatable Page and concatenating it with the row id.
I saw somewhere that button can open url from another Formula column just by typing {URL} in the button, which is perfectly working in the Table page of the app for example, but apparently, for the Query Page, it doesn’t work and the column must be formatted to an actual URL (therefore no formula possible).