Hello- I am trying to optimize this workflow. Technically speaking, I should only have to do one search and everything should be contingent on that search result. How do I set it up to optimize vs. doing four searches in this workflow:

The condition should be at the page is loaded level if this is the same search everywhere.

could also put the steps in a custom event and then a conditional on that custom event

1 Like

I’d also recommend using a custom event if you want to be certain it’s not running the same search multiple times, but bubble should be caching the first search and re-using it for the subsequent steps, but that’s just my assumption of how the bubble engine works