Jaime Blanco Landau
Jaime_Blanco_Landau
Joined: Sun Feb 02 20:33:20 UTC 2020
Latest Posts
-
Data from Zapier to Table and Subtable
Hi I have a Wordpress Form (Contact Form 7) to Ninox via Zapier. The info that I collect thru the form should fill info in a table and a subtable in parallel.…
-
Update but only non-existing records
Hi, I am trying to update a subtable but I want that, if it already certain certain records, create only new ones. With the code below if certain records exists, it is duplicating the records.…
-
Variable Scope / Empty fields
Hi I am using this code in a "Save" button to avoid empty fields in a record: let MyError := 0; if Nombre = null thendialog("Attention", " ""Nombre"" puedes estar vacío", ["OK"]); let MyError :…