- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 07, 2021 12:36 AM
Hello yall! Got a quick quesiton here! My goal is to connect airtable with hubspot through zapier but when there import of info occurs there is a weird inflow of info due to internal problems between connecting the two that spits out code instead of text. My goal is to translate such code as lets say “100011010” into blue for example where each value of x that gets imported automatically has another column that can spit out y values. so similar to vlook in excel. Please let me know how it can be done
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jul 07, 2021 06:09 AM
Hi Ivan. In Excel, VLOOKUP works because you have already defined the relationship between “100011010” and “blue” (and many others) in a set of columns. Airtable can do the same thing.
- You need the table that contains the translations (let’s call it Table 1).
- Table 1 needs the primary field to hold the “keys” (100011010) and the other field(s) to hold the values
- In the table that receives the hubspot weirdness, have that hubspot “key” land in a linked field pointing to Table 1.
- Add a “lookup” field to hubspot data table that pulls in the value field from Table 1.
Does that get close to what you want?