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
Last step in the 4. Adalo Update records
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
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
The result
The “Restaurants” where left out when I filtered it previously.
Let me know how it goes.