Trying to make changes to a thing (list) not working

Hello there,

I’m currently attempting to follow a tutorial on the process of gathering a user’s IP address for potential security reasons down the line. In the video, the instructor demonstrates storing the IP address as a singular entity, which presents an issue.

If the user’s IP address changes, the new one will simply overwrite the previous entry, leading to data loss. This prompted me to consider an alternative approach: utilizing a list to store multiple IP addresses. However, I’ve encountered a challenge where my conditions aren’t functioning as seamlessly as those presented in the video. I’m seeking guidance on how to effectively address this discrepancy.

Thankful for any help!

My condition:
Screenshot 2023-08-21 at 20.38.00

His condition:
Screenshot 2023-08-21 at 20.37.52

If Ip-adress is a list field under user, perhaps Current User's Ip-adress doesn't contain ipify - IP Geolocation's ip will do the trick?

1 Like

Thanks Mac2! Seems to work! :grin: :raised_hands:

Screenshot 2023-08-21 at 21.25.19

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.