Help with making a coupon disappear

Hi guys, could somebody help me with a feature I am trying to build into my project, its a GROUPON clone, but I need the coupon to disappear from the user once the user has claimed the coupon.

Thanks,

Hey! What about adding a field to the coupon data type called “redeemed” and set it to yes/no. When the user has claimed the coupon, change “redeemed” to yes.

Then you can filter the users coupons by whether or not the redeemed field is yes or no. Good luck!

@fpgimpel

This article could help > https://bubble.io/blog/build-groupon-clone-no-code/