Hi Team
Sorry this may seem super basic but there’s no default timestamp when user signed up in the User table.
Is there a way to do this?
Thanks,
Joey
Hi Team
Sorry this may seem super basic but there’s no default timestamp when user signed up in the User table.
Is there a way to do this?
Thanks,
Joey
If you have some sort of onboarding flow, you can use a button with a Set Column Values action to set a datetime column in the User Profile row.
I see. I don’t have an onboarding flow…
You could create a very simple one, something like the following:
Thanks @Darren_Murphy will try this out!