May 12, 2023 06:46 AM - edited May 12, 2023 06:52 AM
I want to have my date of payment updated automatically to the next month whenever it is reached but I am having some issues with having it to work. I already have a trigger that executes emails once the date of payment is a week to or has been reached.
Solved! Go to Solution.
Jul 05, 2023 05:06 AM
In your screenshot, you're attempting to update the formula field which is why you're facing the error. Try updating the automation so that you're updating the "Date of Payment" field with the value of the formula field
If you DM me an invite link to your base I can set it up for you real quick too
May 13, 2023 04:44 AM
You could try creating a formula field with DATEADD() and add one month to the "Date of Payment" value. You could then use that field's value in your 'Update Record' action and paste it into the "Date of Payment" field, does that make sense?
Jul 04, 2023 04:10 AM - edited Jul 04, 2023 04:10 AM
Jul 05, 2023 05:06 AM
In your screenshot, you're attempting to update the formula field which is why you're facing the error. Try updating the automation so that you're updating the "Date of Payment" field with the value of the formula field
If you DM me an invite link to your base I can set it up for you real quick too