Hide a button

Good Day All,

Trying to hide a button when a document reaches slide 1 or is at slide 1.

If the page is changed I want the button shown.

Not sure if I am thinking too much on this but I cant get it to work with the triggers I have been using.

I tried having it set on the button itself or on the document.

I havent tried anything custom with code but any advice or ideas is appreciated.

Thanks

Hi @eplotkin,

Using the Reaches a page trigger on the document with a hide action on the button should answer your need. See below:

You can then use the Page is changed trigger, with a condition to raise it only when page doesn’t equal 1, with a show action on the button.

Seb