I am exploring new mechanics for my game and came up with something.
I may need advise on how to reset all the looted checkbox all at once.
If you have suggestion on how to improve this please let me know~
Is this on a Free plan? I was about to suggest using CSS.
Yes it’s implemented with free plan.
The constraints allow creativity.
Were you able to work something out?
I was only able to “uncheck” the loot row by row using the below action and Single value.
A loot checked query to filter loot that is checked and using single column to uncheck the row one by one.
You can probably use a variation of the below:
There have been several requests for people to find a way to clear a value in multiple rows. I was thinking about that and came up with a quick example of a way to handle that. Instead of trying to clear a value in an entire column, I realized we could just change one value on a parent column, load it as a single value in our sheet and then compare that parent value to a column that we set or unset for each row. It’s not about clearing an entire column, it’s about making a value in each row n…