Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Test failed: Received invalid inputs

Topic Labels: Automations
1901 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Soporboy
4 - Data Explorer
4 - Data Explorer

Hi there, I want to update date field by adding some days to it with formula DATEADD when status changed on another field. New value for the field where I want to update like this:

DATEADD({ValidDate}, {DaysToAdd}, ‘days’)

But when I click to Run Test then always appears test failed message:

Test failed: Received invalid inputs.

Anybody know how to fix it?

Thanks in advance.

Screen Shot 2021-08-12 at 11.44.01

1 Reply 1

Hi @Soporboy and welcome to the community!

Unfortunately, Airtable’s automations don’t support formulas at this time, so you’ll have to use a workaround for this (creating formula in your base and then add the field to your ValidDate field in the automation).