So, I have a google sheet that has been taking inputs from my fb messenger bot. Amongst those columns, I’ve stored both response path and user id.
When a user returns, I’d like to ask them if they would like to overwrite the values from their last visit or not.
My question becomes, is their any pros/cons to using either user id or response path, since they should both be unique to that user, correct? Is there any scenario where those would change over time?