Skip to main content

Automation to append row in google sheets showing/posting 1's only

  • September 6, 2023
  • 0 replies
  • 7 views

Forum|alt.badge.img+2
I have a mysterious issue
 
I have a field with this formula: IF(language_assessment_label="English",0,IF(SEARCH(TRIM(language_assessment_label),""&assessor_accredited_languages)=0,1,0))
 
It works very well in Airtable. However, when the automation transfers the column's values to a Google sheet,
for some reason ALL the values are added as 1's, I repeat ALL the values are added as 1's. Even if the value is 0 (zero) in Airtable when it gets to the Google sheet it becomes 1.
 
I have a lot of other formulas which do not have the automation issue.