Okay, I was finishing my script and I needed a lot of resources, so I decided to split them in tabs.
For example:
TAB 1: Login
- resoruce 1 (fixed string): user
- resource 2 (fixed string): password
TAB 2: Post tweets
- resource 3 (select): do you want to post tweets?
select1: yes
select2: no
- resource 4 (linesfromfile): select file where the tweets are located
I don't want the resource 4 to appear if the user select "no" in the resource 3. To achieve that, I was using the "set visible if condition" option after the resource was created, but it only worked with a few resources.
I made like 7 tabs, and after the resource10, all the resources are shown, no matter if I selected the "set visible if condition" option.
Do you know how to solve that? It's very important, as the UI must be clear for the user haha
Thanks in advance!!!