Hi everyone,
Context: I have 2 row selector components that I am using to populate an easy chart. The logic flow is 1 of the selectors is a list of tags which are present in a transaction group. The tags selected there are then used to query the db which feeds the easy chart. The other row selector is used as a “quality of life” choice. It is where user made grouping of tags are stored so the user does not have to manually select a routine group every time. Ideally the group selected would also show the selected tags in the 1st row selector. I have a way to make the dataset which is idential to what the .dataOut would look like for row 1 if said data was selected but I can’t seem to bind or or write to the .dataOut of row 1. Anyone have any ideas?
TLDR:
I can’t seem to be able to write or bind the .dataOut of a row selector. It might be constantly writing to it which is overwriting any one time changes.


