Matthew Morrill you would need to have all the internal id and all the line ids. From there, you can group by and transform (like Stephen Brandt described above) into a structure like this: {"inter...
I see. Here you go:{ "fieldMap": { "Brand": { "id": "Brand", "name": "Brand", "type": "select", "options": [ { ...
Todd Hill not sure I follow. Are you trying to use the displayAfter options?
Christopher Kraus that makes sense, but is not possible. You would basically need an “eval” handlebar expression that could take a literal string of handlebars and then actually evaluate it. I'm no...
Christopher Kraus what use case are you trying to solve with this?
Great question Jerry Patterson! You can make a flow for this and call the api periodically. The api is:POST https://integrator.io/api/integrations/:integrationId/revisions/create{ "description": "...
Hana Voriskova concurrency lock is only for a given bubble. For example, if you have a set of data going into a bubble where multiple records in your set have the same id, then concurrency locking ...
Christoffer Sinnbeck it's definitely on the roadmap and will hopefully be added in 2025.
Christoffer Sinnbeck there is a note on the top of this article letting users know that timezone conversions are not supported in Celigo: “The JSRT module does not support dayjs timezone.” The reas...