I am new at Outsystems and I have a screen which has a button that on click needs to show a modal and this modal shall have the option to decide which phase the user wants to edit. "Test phase or Final phase"
Bassically I am trying to to have a modal a display the data on the edit screen accordding the user selection, without success. Has anyone know how to do toogle modal on react?
Hi Leonardo,
In Reactive, there is no Modal, but there is the Popup you can use to achieve the same goal.
You can see here a step by step documentation and a video tutorial on how to use it.
Hope it helps.
Regards,João