January 25, 200521 yr How do I automate creating 1 month of records at 7 days apart from the last record in the database? Thanks,
January 25, 200521 yr This is easy but would be better to not require this by using a relationship that creates the dates you need on the fly. Check out the examples of simple calendar.
January 25, 200521 yr Write a looping script: add 7 days each time to the previous date and exit when you've passed the end of the month. Use the New Record/Request step and Set Field (the date_field) with the new date, then add 7 days, create the next record, etc.
Create an account or sign in to comment