Ok,
So you can apply this with Integromat: Unfortunately I exceeded already the scenarios limits lol, so cannot show it running:
Add the Excel Sheet to Airtable:
In my case I used City and Update, where City is the key I want to search for in Adalo database and Update is the new column that is empty currently in Adalo database
Then in Integromat add 4 tasks
1. Adalo List Records
2. Search Airtable Records - Leave the formula empty to return all results
3. Iterator where Array is the 1. Record ID from Adalo
4. Adalo Update Record
The 4 is the most important, you need to add a formula to match the key you want, in your case skills and to return the right category to update
The Integromat scenario will look like this:
If you need to filter some stuff in advance (In my case I filtered out some cities to not be updated), you can add a filter between Airtable and Iterator, in your case this is not necessary:
Optional Starts Here
Optional End Here
But this is ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/google/slight_smile.png?v=12)
Last step in the 4. Adalo Update records
![image](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/1/4/14681c573adceaaf6dd88c1ea2a9fde7bd2ce3cd.png)
And add formula to filter the right mapping
In my case I want to update the Adalo field “Category” where my key is the “city” and I will update with the “Update” field located in Airtable, so my city is your skills and my update is your category
![image](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/c/e/cebc4c39582525ad8ae071088fb1fd72b241c5aa.png)
Built this well, as I used it twice to test and I am in free plan and I spent all my credits in 2 runs :D, for around 350 records ![:slight_smile: :slight_smile:](https://emoji.discourse-cdn.com/google/slight_smile.png?v=12)
The result
![image](https://us1.discourse-cdn.com/flex020/uploads/adalo/original/3X/a/a/aa0ad228f01fda5c99fab007fcd3d4157eddf017.png)
The “Restaurants” where left out when I filtered it previously.
Let me know how it goes.