I am creating a form using selectboxes using UiPath.Forms.Activities, and I need to have a checkbox called selectAll that will check all of the selectBoxes which are populated by a list of strings, but I cant figure out how to do this. I have tried conditionals:
but I can’t get it. Does there need to be a javascript onChage function or something to check the state of the selectAll checkbox? If the selectAll checkbox is successfully able to use the conditionals on the display property, shouldn’t it be possible to assign the truth value to the selectBoxes in the same way? This doesn’t work though. I’ve noticed that lots of other people have asked this question, and gotten no solution. Please help
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
I have been trying to find a solution on this, but as of now I don’t see any possible workarounds.
The Form Designer documentation is definitely poorly written and does not provide much help in understanding the syntax to be used for Json triggers or to modify json component via JavaScript.
I have also gone through numerous threads in the forum all of them are dead ends. I am sure that such a basic function definitely exists ( choose one select box and rest of the unselected once are selected) but sadly the documentation does not help us much.
There is an excellent starter tutorial on using form designer by @rahulsharma
I did find a workaround, it worked well enough for my purposes anyway. In the data tab of my selectboxes, I set a shortcut key that is the same for every checkbox, so I can just use ctrl+B to select all the checkboxes,