Announcements
Hello,
There is a Textbox1 and listbox1 control on the screen and I need to manage followings:
Currently Listbox1.Visible = !IsBlank(Textbox1.Text) which only satisfies 1 and 2nd condition. How can achieve all above conditions to be executed?
Thanks,
@dave8
Here's my proposed code:
!IsBlank(Textbox1.Text) And IsBlank(ListBox1.Selected.Value)
---Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
In the visible of the listbox;
!IsBlank(Textbox1.Text) Or Listbox1.SelectedItems.Value= ""
------------If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi Dave, the below-mentioned requirement. you can implement like that.1. By Default List is Hidden - Condition Expression is - if(IsBlank(TextBox ),false,true).
2. if you need to Collect All Selected Value then you can use Button with Collection / On Select Event Collect into the Collection.Like Below (Note - OnSelect Event You Need to Get Distinct Value if you Need to Save or Patch)
And again remove the text from Text Box.The list is Hidden.Please FInd the below Link for the Demo of the Test.https://drive.google.com/file/d/1Zp-rGkIyFA9miEZYC_PR48REUh0jFfZf/view
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 633
11manish 588
Valantis 457