Questions tagged [quickbase-pipelines]
2 questions
0
votes
0 answers
How to convert a unicode string to a datetime using Jinja in a Quickbase pipeline?
In a Quickbase pipeline, I am getting the string representation of a datetime value from a "Fetch JSON" step. An example of such a value is 2023-02-10T13:30:58.726Z.
I need to branch my pipeline depending on whether the received value is in the…

urig
- 16,016
- 26
- 115
- 184
0
votes
2 answers
Quickbase Pipelines: How to extract nested JSON array, using Jinja, into Multi-Select Text field?
I am using Quickbase Pipelines to pull data from a REST API and save it into a table. The flow of the pipeline is:
B. Fetch JSON
C. Prepare Bulk Record Upsert
D. Iterate over JSON records
For each JSON Handler - JSON Objects (D) Do
E. Add Bulk…

urig
- 16,016
- 26
- 115
- 184