
SoluMaker
-
Create a PDF in Ninox via Integromat/Make/Webhook/API or "trigger after update" a yes/no field
Anyone knows how can I create a PDF file in Ninox via Make? I have a Make scenario that starts with a Webhook and turns a yes/no field into YES. Then, a "trigger after update" should create the PDF…
-
Automatic Importation of records via HTTP Call "GET"
Here's a public link to a CSV list of exchange rate history USD/EUR from Sabadell Bank (Spain): http://bsmarkets.webfg.com/webservices/cotizaciones/acciones/indexWebservicesHistoricoCSV.…
-
Array to records in a table
I have this array: [{\"Selecciona tu piso\":\"GR. XALET 121\",\"Quan\":\"11-11-2022\",\"Hora\":\"15:15\"},{\"Selecciona tu piso\":\"ST AV FENER\",\"Quan\":\"15-11-2022\",\"Hora\":\"20:40\"}] Also,…
-
Extract date/time from "record history" actions
How can I extract the datetime from a specific line in the "record history"? I have +3000 records with history (the "i" icon, last tab of the record) saying "Field CLOSED FOREVER updated to YES"…
-
Button to call camera automatically?
Is it possible to create a button inside Ninox that automatically calls the camera device (Android tablet) to take a photo? We want to skip the question "you want to take a photo or choose from the…
-
ExtractX help!
Hello everyone! From this RAW text, I need to extract 2 timestamps (in 2 separated formula fields) for the patterns: q101_agendaCita q126_agenda126: {"slug":"submit\/221023934014341\/",…
-
Integromat "Webhook" Module: Bring the Ninox ID Record
Hi! How can I include the Ninox ID Record as a parameter in a URL (Integromat "Webhook" Module) embeded into an email done in Ninox? I mean: In Ninox I use sendEmail.…
- Answered
-
Tracking time automatically when the user opens a record
Dear Ninox gurus, I need to automatically track the time that each of my users have on a opened record. The goal: To get a list by the end of each day of how many hours a user was working on a…
-
Mixing Arrays os strings?
Hello Ninox gurus! I have 2 strings from a sub-table: String 1: Number1, Number2, Number3..... String 2: TextA, TextB, TextC.... I need to get: "Number1, TextA, Number2, TextB, Number 3, TextC....…
-
Not grouping properly. See the photo
Attached is the photo of my problem. I have a DATE FIELD that is not being grouped properly.When I see the Date Field as a NUMBER, I can see a small difference.…
-
Trigger after update - ImportFile from URL - Doesn't work
Hello Ninox community! I have a scenario in INTEGROMAT to NINOX and everything works ok, including the URL of a file in a Ninox URL field. Problem: I need that,…
-
Automatic progressive number WHEN IMPORTING - Urgent help!
Hello everyone! I have the typical code for a progressive ID Number (in "trigger on create"): let before := max((select CASOS).'Número');'Número' := before + 1; It works good,…
-
How to avoid a column to be filtered from the table list view?
Hello. How can I avoid my users to change a established filter from "yes" to "no"? I mean, the result is always in "YES", but I can't allow them to change the filter into "NO" (or remove the filter).…
-
Daily Tariff VS. Night Tariff in a date range
I do staff time tracking. Everyday, each staff can do any time range. Until 22:00 we pay Tariff A. After 22:00 we pay Tariff B. How to tell Ninox: "from the time range he did,…
-
How to allow my customers to do online signature on my quotations PDF that I sent to them? or how to include an ACCEPT button/link in the emails for each quotation I sent to them?
I send many PDF quotations to my customers everyday with NINOX. I want them to be able to "ACCEPT" or "online SIGN" the rigid PDF quotation that I just sent to them (of course,…