On first click workflow

Hey guys!
Is there such a thing as a “on first click” workflow trigger?
This might be beneficial for some actions that require to load API data but is not used often.
Because sometimes this info is collapsable, loading the data on every reveal seems not good either.

Happy Friday!

I think you can get by just making some logic, e.g if the collection is fetched, don’t refetch, or store the clicked state somewhere. Even in JavaScript (code) you’d do something similar, as I don’t think browser tracks the first click.

Great, thanks @Broberto !