Unable to output Industry Name from Lusha Prospecting Enrich module into Google Sheets

:bullseye: What is your goal?

I want to map the enriched company’s Industry Name (e.g., “Software”, “Healthcare”) from the Lusha Prospecting Enrich module directly into a column in my Google Sheet.

:thinking: What is the problem?

The industry output is either returning a boolean value (true) or showing up completely blank in Google Sheets instead of displaying the actual text name of the industry.

:test_tube: What have you tried so far?

Mapped hasCompanyMainIndustry from the Iterator module: This outputs as true in Google Sheets because it is just a boolean check rather than the industry name itself.

Mapped Main Industry directly from the purple Lusha (Prospecting Enrich) module: This results in a completely blank output in the Google Sheets cell.

Hey there,

can you show some screenshots of the output and how you are mapping it?

Hi @passthetowel,

So I believe the reason behind seeing “True” is the field hasCompanyMainIndustry is just a logic check that tells the system whether an industry exists (True/False), rather than providing the name itself.

Regarding why you saw a blank cell: The Main Industry field coming from the purple Lusha module is likely a “Collection” (a group of nested data). If they map the top-level collection to a Google Sheet cell, the sheet can’t read it and outputs a blank.

How to fix it: To get the actual text, you’ll need to map the specific “Name” variable nested inside that collection. Here is how to adjust the setup:

  1. Open Google Sheets module (the one where you are updating or adding a row).
  2. Click into the field where you want the Industry Name to go, and delete your current mapping.
  3. In the mapping panel that pops up, scroll to Lusha (Prospecting Enrich) module.
  4. Look for Main Industry or Industry — but instead of clicking it directly, click the small arrow/triangle next to it to expand its contents.
  5. Inside that expanded list, look for a field called Name, Industry Name, or Primary Industry. It should have a small “A” next to it (indicating it is text).
  6. Click that specific text field to map it to Google Sheet.

Hopefully this helps! If you need anything more, I’ll do my best to assist.

Jesse