Skip to main content

I’m running a school and trying to automatically generate a sheet that shows which students will be in attendance on which days. We have several part-time options, for example, someone can come Mon-Tues, others may come Wed-Friday, some Mondays only…

For reason that seem unnecessary to explain here, I’m using Jotform to collect initial info, so I’ve created an automation that searches the field Jotform populates (Days attending. Looks like “M; T”, etc.) for “M”, and the action it takes is to select “M” from the linked field of days attending.

It worked great. Then I created one for Tuesday. It also worked great. Except that if someone is attending Monday AND Tuesday, one will cancel out the other. How do I get it to put in BOTH?


I’ve literally been working on this for HOURS.

@Elias_Gomez_sainz @Mohamed_Swellam @ nScottWorld]

You have to put a comma in between the values, and send all of the values together into the linked record field.

However, I would recommend switching away from JotForm and using Fillout’s advanced Airtable forms for this instead, because you can do all of this natively with Fillout.

Fillout is 100% free, and it offers hundreds of features that Airtable’s native forms don’t offer, including the ability to display linked record fields on your form, the ability to update Airtable records using a form, display Airtable lookup fields on forms, control access to a form via SSO or email domains, perform math or other live calculations on your forms, accept payments on forms, collect signatures on a form, create multi-page forms with conditional paths, create new linked records on a form, connect a single form to dozens of external apps simultaneously, add CAPTCHAs to your form, and much more.

I show how to use a few of the advanced features of Fillout on these 2 Airtable podcast episodes:

Hope this helps! If you’d like to hire the best Airtable consultant to help you with anything Airtable-related, please feel free to contact me through my website: Airtable consultant — ScottWorld


I understand that if I’m doing one automation, but it seems like each automation overwrites the last one.


I understand that if I’m doing one automation, but it seems like each automation overwrites the last one.

 

You only need one automation action to do this. Just create a formula field that substitutes your semicolons for commas, and insert that formula into your linked record field.

However, if you really want to break it up into extra automation actions, then you need to insert the existing field first, followed by a comma, and then add the new value after the comma.

But I would just switch from JotForm to Fillout, and then you don’t need to worry about any of this.

- ScottWorld, Expert Airtable Consultant


You only need one automation action to do this. Just create a formula field that substitutes your semicolons for commas, and insert that formula into your linked record field.


However, if you really want to break it up into extra automation actions, then you need to insert the existing field first, followed by a comma, and then add the new value after the comma.


That’s what I’m thinking, but I can’t figure out what to put in the Update Record step to retain the existing inputs. I believe I need multiple inputs, because I need to only add linked value “M” to records that include “Monday”, and only add “T” to records that include “Tuesday.”


Reply