I am attempting to send a Slack DM at the end of a process. I’m using two counters in Storage to keep track. One is called counter_pending, the other counter_generated. I was hoping to compare the two at this step of my Zap and if they are equal, then let someone know the process is finished. However I can’t configure the filter to only continue if two Storage keys match.
I’m sure I’ll figure out another way to approach this but it made me realize for the first time that this is not possible with a filter and I wish it was.