Watch for data store, if exist, then stop, if not then continue and store to data store

What are you trying to achieve?

My brain is totaly f*cked up.
I check every our specific instagram user for their media id. If this media ID is not stored in the data store, I wanna store this media ID in a data store and continue the scenario.
If this media is in the data store, the scenario should stop.
I wann

Steps taken so far

I tried this with search record and “not equal to” but the scenario runs into a loop hole.

Screenshots: scenario setup, module configuration, errors

Hey @TylonHH

I think the Media Id is numeric value and you are using text operators in filter
image

and to stop the scenario if the value is exist in the Data store you can use this filter

I hope this will help you