Is there a way to close activated row using a button

I know there is a way to activate or open row for editing upon clicking a button. But I’m wondering if with there is a way to do the opposite of opening a row for editing.

I’m trying to build a system where I can click one button to add a row and edit it, then click a “Done” button that will close out the row open for editing.

I hope this makes sense.

thanks for the help,

Hi @Ethan_Liston :blush: !

Yes, this is possible by using something like this in your Action formula :blush:

OpenWindow(thisTable.Url())

You could also use a “canvas landmark” and the url of the landmark instead :blush:

I’m not exactly sure how this might work on long table though as I’ve only used this on small filtered tables fitting my screen :innocent:

Hope this helps :blush: !

2 Likes

Wow, this works for my project.
thanks for your help!

1 Like

No problem @Ethan_Liston :grin: !

I’m very glad to know this works :raised_hands:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.