It’s hard without knowing the underlying data, but the step name as you linked is the cache key. So

It’s hard without knowing the underlying data, but the step name as you linked is the cache key. So as long as the data points you’re using are determinsticly named, it will just return from cache if that step name has a value. If you’re looping over results in D1, why not use the table’s primary key for example in the step name?
Was this page helpful?