I am Storing Trello Card ID to ensure my zap only sends Slack Update Once.
( Since cards can be edited multiple times , I have further filters within Zap that handles that, Not important for this post )
In my zap, I have GET-Storage value : which checks if Key is present in the storage. We only continue with that zap run IF there is NO zap storage key found.
In the last step, after slack message is sent, I have POST-storage value which creates a storage with the trello card ID as key:value.
This will only execute once on the first run, idea is upon next run, GET storage key will FIND that previously added value and stop the execution.
ISSUE: GET storage key Never finds the value ( although it was successfully set in the previous zap)
SETUP


LOGS

