JulieBowers1
3 months agoQrew Trainee
Pipeline to create a record when a new pipeline is created
Hello all! We have a Wiki app that tracks all pipelines in our realm (along with other items regarding our apps). The process is for whomever created the pipeline to create a new record to enter det...
- 3 months ago
Hi Julie,
While I think you could achieve what you want to do with Pipelines, I don't think it is necessary because you can use the QuickBase Audit log to monitor for Pipeline Created events.
API Get Audit Logs can be used to retrieve the logs, then you would just have to filter them for the events. From there you could create records in your Wiki app by extending your solution to use API Add Record.