I have a form where users will enter product details, among those details is the "Field Date", I am trying to set up automation so that when they submit a form and enter a new record, it takes the "Field Date" and subtracts 11 days from it and then enters the new date into the "Feedback Due" column for that product.
I have a TRIGGER set to recognize when the "Field Date" is not empty. My ACTION is set to Update Record, then in the "Feedback Due" I am trying to use DATEADD({Field Date}, -11, 'days') to calculate the new date.
I just get "Field "Feedback Due" cannot accept the provided value: Could not convert string to date."
Both columns are set to the same date format. I am new to airtable and would appreciate any help anyone can provide to get me going in the right direction.