Default Values when some one signs up

Hi all,

When people sign up for my app, I want them to have default (free) programs assigned to their profiles. Because I haven’t got a list of programs on the screen I can’t update it. How can I assign default values to a collection when people sign up?

TIA

Hi @HelenR,

You would need to link the user to another screen and in that screen you can use this Countdown Trick made by Victor to add that all programs to the user!

But if the user can edit that default program too you can add a edit form but then all users edits are writing to the same property. Then you would need to create the default programs in the Programs collection adding the Logged in user to the user one to many relationship property in the Programs collection ( I believe you have this )

Thank you

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.