-
A text based if else statement instead of a value based?
Hi Creative Cows,
For a while now I’ve been searching for a way to use a source text in combination with an if else statement. For example: I have to create a fake social media wall with different profile pictures and matching usernames.
Let’s say I have a user called ‘Anton’, and I want the profile picture to detect in his username that his name is Anton , so the expression knows what picture to show.
So what I would like is for the profile pic to have a statement that says something like: “If the source text of the username says ‘Anton’ than show the profile pic of Anton.”
Anyone knows a way to do something like this? Thanks!