Quickbase to google calendar pipeline issue
I have a pipe line set that manages my calendar installs to a google calendar. It has 3 pipelines New install are added changes in installs are updated deleted install are deleted. The path flow work great but the dates are not correct. Here is the quickbase calendar Here is the Google Calendar: Start Date and End dates are date/time fields built with the following: Does anyone have any ideas why these dates are distorting by a day?23Views0likes2CommentsCSV Import - Check Records
I am looking for help in importing a CSV file to a Company table that will check if the Company Name if it exists (text only as complete match) before importing. This pipeline imports company data from a CSV file into a Quickbase table. It checks if a company already exists before creating a new record to prevent duplicates. It fetches the CSV file (all+1300 rows) - This is test file and only has 3 rows I receive the following error Validation error: Incorrect template "{{c.company}}". ValueError: invalid literal for int() with base 10: 'company' Attched are the pipeline steps Thank you, Eric52Views0likes6CommentsQrew Tip #05: Pipelines 101
Whether you're syncing data between systems or automating onboarding tasks every time a new customer is added, pipelines are designed to save you time and reduce manual work. Key terms Knowing these terms will help you understand documentation and submit more specific support tickets: Pipelines: automated workflows for integrating systems or automating within Quickbase Channels: the systems you’re connecting with (e.g., Slack, Outlook, Quickbase) Steps: the building blocks of a pipeline. There are different types of steps, including: Triggers: events that start a pipeline (e.g., record changes, daily schedules) Actions: tasks the pipeline performs (e.g., create records, send emails) Queries: search steps to avoid duplication or check data before acting 💬 Are there any terms you would add to this list? Let us know in the comments! Types of pipelines There are three types of pipelines: Triggered: runs when an event occurs Scheduled: runs on a set timeline Manual: runs on demand or from another pipeline ✨ Whether you're just getting started or building advanced automation, pipelines give you the power to scale smarter. 👉 Want to see it all in action? Watch the full webinar here19Views0likes0CommentsRaffle Entry for Pipelines Qrew Meet Up May 14th, 2025
Enter the Pipelines Qrews Raffle by answering the following question in the thread below: "What helpful tip or resource did you learn from Mike Frishman in today's Pipelines Meet Up? Or: Share a helpful tip or resource that is related to today's Pipelines Meet Up. Or: Ask a question about what you saw in the meeting or recording." Enter by May 28th be part of the raffle. We will pick winners at the next Pipelines Qrew Meet up in June. Thank you for participating!132Views0likes15CommentsHow to manage HTTP "accounts" in Pipelines
I'm using the HTTP "Make Request" step in several pipelines to make HTTP calls from Quickbase to my applications API. The way you configure the URL and authentication information for that API is via the "Connection" where you configure an "HTTP account". I can see how to create a new "account" there, but I can't figure out where to update or delete those accounts. I've searched the Quickbase UI and couldn't find anything, and the docs didn't contain anything that I could find. I considered using "variables" to try to specify my URL and reference the variable in the "HTTP account", but that context doesn't seem to support variables, which seem like they were built for use in formulas, not pipelines. Can anyone tell me how to manage (edit, delete) my HTTP accounts used in my pipelines? Thanks!31Views0likes1CommentUser list fields in Pipeline
Good afternoon, I've created a pipeline that searches Table A for criteria and if it matches it will copy a User List field from Table B to another User List field in Table A. Both User Lists fields could have multiple Users selected when the pipeline runs. My first attempt wiped out any information already listed in Table A's field with the information copied from Table B, but it listed all Users that were selected. When trying to figure out how to keep the information in Table A's field while adding the information from Table B, I then found the community thread which is similar to what I'm trying to do: https://community.quickbase.com/discussions/getting-started/using-multi-select-field-in-pipelines/18991 However, when I enter {{table B User List field}} ; {{table A User List Field}} Table A's information remains, but the new information copied are placeholders rather than the User name. So it looks like When I've attempted to use the ID or Email from the User List (as found recommended in other threads) It keeps Table A's information but only lists the first User from Table B. Any other User is not copied over. Any suggestions on how to get the placeholders to actual show the User Names?34Views0likes3CommentsQuickbooks Online Channel Taxable Line Item
Good Afternoon Everyone, Would love to hear if anyone has solved how to use the Quickbooks online channel to pass along that an item is "Taxable". All settings are correct in Quickbooks online and in Quickbase. I just dont see the option to have it check the "Tax" checkbox in QBooks Online when creating the invoice.3Views0likes0CommentsEmail All - Pipelines
I have a table called "Rapid Notification" I have another table called "Water Systems" Within rapid notification, you have an option that says, "Send to Who?" If the option says "POC" (Point of Contact.) Within water systems, there is an email field for our POC's. What I want: When I add a new Rapid Notification, AND Send to Who? is POC, send an EMAIL to ALL water system POC's. I want to set this up through Pipelines. I cannot figure out how to get it to send it to ALL water systems. There is a relationship between the two. Each water system has many Rapid Notifications. I tried going the other way as well. Each Rapid Notification has many water systems, however, when doing that we have to go to each individual water system and assign the related Rapid Notification to each water system every time we add a new Rapid Notification and its too time consuming so I removed that relationship. We use the rapid notification for many reasons - sometimes we send a rapid notification to all the customers assigned to a water system. (Each Water System having many Rapid Notification relationship comes in handy, assign the water system to the one rapid notification and it sends to all its customers on the water system through pipelines) But sending an email to all water systems at once, has been a challenging task for me. Please help!31Views0likes0CommentsCreate child records from Parent List - User field
I have a List - User field called "Leads" in Property table and want to build an automation to create individual record in another table called "Team Role", so that users added to Leads field can be displayed in a table row. The search pipeline step allows creation of record for the first user added to the list, but skips the other values from the List - User. If there is any alternate approach for this, please let me know.Solved29Views0likes3Comments