How to create some default entries when a user signs in, I know the workflow method using the create thing, but I want to add 15-20 entries.
Any method to add multiple entries when a user logs in.
How to create some default entries when a user signs in, I know the workflow method using the create thing, but I want to add 15-20 entries.
Any method to add multiple entries when a user logs in.
3 ways:
Recursive backend workflow
Run a backend workflow on a list
Use the Bulk Create Data API
If you only need to add a set amount of entries, you can just do that many “Create a thing” actions.
So just do 15 of them in one workflow
I just realized there is a workflow to upload a CSV data, so maybe we can use option sets to store the CSVs and then use the mentioned workflow to upload data to new users.