I need to know how i ask to run script when new record is created and define if name in:
var response = await fetch('https://api.agify.io/?name='+name);
is equal to Prénom used from table else only change records only for this person.
I give you a s...