Tip 1 : Condition 1 is yes and do a search for count is not 0 data source : do a search for pens , when you do this Bubble should run condition 1 and don’t run count if condition 1 is no , however it doesn’t do that , so you need a seperate group that holds count’s value , such as this > group type number when condition 1 is yes , data source : do a search for count

Tip2 : When you have a dropdown that has values fetched from db don’t directly put it on choices source , it will call all of them regardless. Do this, > lets say your dropdown choices are text , 1) create option set that have 2 items , make dropdown choices source these options ( to not get error ) , and in conditional when condition 1 is yes , choices source do a search for your actual options .