I have a Zapier automation that automatically creates a new row with data about a new user. I'd like it to convert the username of the person who created the account into their SmartSheet contact. My issue is that I am not sure how to setup the formula to change a AD username to a SmartSheet contact. I created a separate column called "Created by" where the smartsheet contact will be.
This is what I have so far:
=IF([Created by User], "useradmin", "John Admin", IF([Created by User], "Smith", "John Smith"))