When the user clicks a button, the detail description section should appear and then hide.
Application Steps:
- Add a Text Input element in UI Design.
- Name: txtDetails, Content: ‘Detailed information about this process...’
- Add a Button element with the text: ‘Show/Hide Details’
- Click on the button and define the following action from the +ADD ACTION menu:
- OnClick → UI Control → Toggle Visibility Of
- Action Parameter:
- Component to Change: txtDetails
This way, the description area appears and disappears in sequence each time the user clicks the button.