Bug with alert block

Thanks for the clarification!

If you don’t need the text on your confirmation button to change dynamically, I would suggest just setting the ConfirmButton Text property in the designer rather than via blocks. I.e.

23%20PM

If you really need to set that text dynamically via blocks then you need to set the ConfirmButton property to an object that has a Text property set to your confirmation text and a Dangerous property set to whether or not confirming the alert should be considered a “dangerous” operation. Here’s an example:

51%20PM

Sorry for the complexity and the fact that this is not mentioned in our documentation.

Hope this helps!

-Mark

1 Like