Hi!I just tested the method you described, and it should work. It will be hard to troubleshoot without access to the base.I would advise to try adding a pause between the trigger and the update. This would look something like:after the trigger, add a...
Hi,If I understand correctly, your webhook has triggers the automation, and passes a string that corresponds to a record ID, and you now want to use this ID to update that record to mark it as paid.If this is the case, then all you need is :Add a "Re...
Hi,This seems easily achievable using a script to parse the data and separate it in multiple emails. However, as the script cannot output, it would likely require a new table to temporarily store the contact addresses, and then a new automation to fi...
Hi!I'd love to offer some advice here, but I'm not sure I understand the question. Still giving it a shot:Based on my understanding, I think the obvious approach would be :Location table: contains all locationsLanguages table: contains all available ...
Bonjour!Je pense à 2 façons de faire ça:1. Créer une automation À l'aide d'une automation qui serait déclanché manuellement (par exemple via une nouvelle colonne checkbox qu'on appelerait "Dupliquer" dans la table COMMANDE, et une view "Commandes à d...