FYI - One change we are considering based on the feedback so far is maintaining the old language of “Current User is logged in / is logged out” when the data source is Current User and then “is signed up” or “has an account” for when the data source is a generic user. The reasoning behind this proposed change is that when referencing a Current User, while the underlying logic is checking for an account, its really telling us if the user is logged in. This is because a user has to be logged in for the account to be recognized, otherwise it is false. On the flip side, when referencing the user datatype in general, we only have the ability to check for account existence, not session status, as mentioned above, so the new language is more accurate.
Any thoughts on this proposal?