My use-case would be: I have some semi complex formula that creates a month’s days colored, highlights holidays and flagdays… it uses si(mindex) to choose which month to show (0 is current_month)
now, I wish to add a open/collapsed state for these where I can click a month and it would show only that month and each event in that month (in text).
adding these into Komponents, and using flows/touch in those ‘works’ but is unreliable due to what I think is loading messing with si(mindex) results.
so, I would want to get the index of the clicked object, in this case it’s a text-object.
I figure the easiest way would be for the Manual Trigger in Flow to set a local variable #arg or similar that would be fetched from an extra field in Touch Action Trigger Flow, allowing for formula usage in that field to solve $si(mindex)$
or whatever else