Capture Previous values using Formula URL button & Pipeline
I am looking for a solution that can assign value on click of a button and then saves the record, so that the pipeline can capture the previous values a record. I have different formula URL buttons that updates stage (submitted, rejected, approved) and this change is captured in Audit table through pipeline. URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" & "&apptoken=XYZ" & "&rid=" & [Record ID#] & "&_fid_49=Approved" //Stage = Approved & "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&rid=" & [Record ID#] & "&dfid=2&z=" & Rurl()) I also need to capture the current and previous values of fields that were modified when Approved. The above formula did not work because QB saves the record first, then applies the field changes. This means that by the time a pipeline is triggered, the "previous values" are already overwritten. As an alternative, I excluded fid_49 assignment in the formula, which worked as standard save and updated pipeline to trigger when any of field in the form is modified. This carries the previous values to capture the audit. The problem with this approach is that the pipeline runs every time a record with fields defined in the pipeline is modified and saved either through grid edit or using standard save button. Please let me know if there is any other solution that I can try.35Views0likes3CommentsSeptember 2025 Qrew Meetup Recap
Thank you to everyone who joined yesterday’s Pipelines Qrew meetup. Here’s what we discussed: Rob Mersereau, Sr. Implementation Consultant, shared an encore of his Empower 2025 talk using a Mardi Gras example to show how to integrate Quickbase with Google Calendar through Pipelines. He noted that this use case can be applied to Outlook and SharePoint. Key highlights and tips: Link to app for following along Connect & Import: Rob demonstrated linking multiple Google accounts to Pipelines to pull Mardi Gras parade events into Quickbase—one record per event. Qrew Tip: Name Quickbase fields clearly with “gcal_” prefixes so AI auto-mapping works smoothly. Push to Calendar: He showed sending Quickbase parade plans to Google Calendar, writing back event IDs and clickable links for seamless updates. Qrew Tip: Always double-check your pipeline is turned on—this is the top cause of sync issues. Keep Data Fresh: Rob recommends using Bulk Record Upsert in Quickbase to quickly update or add records and track changes. Qrew Tip: Use Google event IDs as merge fields to prevent duplicates and enable reliable two-way sync. Build Gradually: Start with simple one-way flows, then add Teams alerts, Maps API calls, or multi-way sync as your workflow grows. Missed the meetup? Here’s the recording Attached is the participant guide to follow Rob’s examples. October is EmpowerPro month! Be sure to register for EmpowerPro October 7-8. Afterward, the Qrew will host a 3-part series, EmpowerPro Product Talks, on October 22, 23, and 28. More details coming soon!14Views0likes0CommentsLink to Record in Outlook Pipeline
Hey Qrew, I have an app tracking employee safety reports. I have Pipeline emails that send out when a new report is submitted, when it's assigned to someone for follow up, and when that person has submitted the response. I need it to be a Pipeline email instead of a native notification because I need it to send as an email thread to everyone instead of to each person individually. I'm trying to add a link that says "Click here to open the record" in the email so the person it's been assigned to can open the form and modify the fields their role has access to. Can someone help me create that jinja code? I've tried to find it somewhere in the ether and can't find anything that's specific to what I need. Thank you!!Solved47Views1like2CommentsPipeline Help
I am working on connecting MethodCRM to Quickbase so that I can pull field data from a MethodCRM form and replicate it in a Quickbase form. I have attached images showing my current pipeline setup. The challenge is building the URL for retrieving records. Right now, the URL will pull the first 100 records from MethodCRM, but I have to manually change the URL to get the next batch of records. Example: rest.method.me/api/v1/tables/Contacts?skip=10&top=10 This works, but after pulling the first 10 records, I want the pipeline to automatically update so the next run changes top=10 to top=20 (and so on), allowing the pipeline to continue pulling subsequent batches without manual edits.Solved107Views0likes3CommentsFetch JSON from incoming request
I'm building a Quickbase Pipeline that triggers on an incoming webhook request containing a JSON array. I want to loop through each record in that array and create a new entry in a Webhook table. What would be the correct JSON URL format for accessing the incoming request data via the webhook?46Views0likes1CommentForm Assembly
Has anyone ever been able to auto fill and submit a form assembly form from a QuickBase pipeline? Mine would be from an on update or on add event from QuickBase. If so, do you have some good instructions. I've been looking around and tried some things but get a error a 405 error. Thanks.68Views0likes3CommentsAuto Generate Attach and E-Mail Document Templates
Good day everyone! Through some searching I did find this YAML Document creation - Save PDF to field in record | Qrew Discussions to create and email and Document Templet. Looking through the YAML, I couldn't tell if this would work with a document templet that has to also pull from specific fields in the record we want. For instance when we finish a job, we have a button that Generates a service closing report that populates some information based off that job. The generate document button is with in the report and grabs the fields we need from there. My end goal is to automate this for my guys on the road, where clicking generate document will also: Attach the Document to the Record Email the generated document to a subset of people associated with the job.77Views1like2CommentsSharepoint Channel - how do I update field/column in Sharepoint?
I have a pipeline that successfully uploads a file to Sharepoint (i.e., create a new list item in Sharepoint). I also want to place data into a field/column of that same Sharepoint record, but am failing to make this happen. I've tried a couple different approaches without any success. Any tips on making this happen will be appreciated. I can provide more detailed screenshots if necessary but here are some to start. Thanks in advance.....Aaron Method 1: Method 2: When the error says at least 1 field must be set, and to specify the field to be updated, I can't see where to do that63Views0likes2CommentsUser 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?100Views0likes4CommentsExpense Management App to QuickBase
Is anyone using an expense management for users in the field to them import into QuickBase? We track expenses (expense table) to our projects. We are looking at apps like Expensify, Concur, Navan (or similar app) to capture receipts and data (most have an smartscan feature). We are looking to see if any app has a better connection to export data to QuickBase/Pipeline rather then manually sending the data over.86Views0likes3Comments