Is it possible to "loop" through data in QuickBase. Here is a common use case of steps we'd need to create:
Trigger: New contact added in Hubspot
Action: Add new contact in QuickBase table
Action: Query companies in another QuickBase table to see if the Company Name for the lead in Hubspot matches a Company name in the companies table
Action: if it finds a match, post the record ID of the matched company in a reference field in the new created contact in step 2 (basically to relate the contact to a company)
Is this possible.
Best Answer
A
Allan Teng
said
over 8 years ago
HI there, this is definitely possible. You can use the search object function in QuickBase to find relevant records and do a loop based on that search result. Do take note that we limit the number of search results that you can find using the Search Action, usually around 100 or 200 depending on the app
Answer
Allan Teng
said
over 8 years ago
HI there, this is definitely possible. You can use the search object function in QuickBase to find relevant records and do a loop based on that search result. Do take note that we limit the number of search results that you can find using the Search Action, usually around 100 or 200 depending on the app
VeilSun
Looping Through Data in QuickBase
Is it possible to "loop" through data in QuickBase. Here is a common use case of steps we'd need to create:
HI there, this is definitely possible. You can use the search object function in QuickBase to find relevant records and do a loop based on that search result. Do take note that we limit the number of search results that you can find using the Search Action, usually around 100 or 200 depending on the app
Allan Teng
HI there, this is definitely possible. You can use the search object function in QuickBase to find relevant records and do a loop based on that search result. Do take note that we limit the number of search results that you can find using the Search Action, usually around 100 or 200 depending on the app