OpenAI Enrichment: Working with Multiple Inputs and Handling Missing Data
Hello, another question Iād love getting your help on: I wrote a prompt for an openAI enrichment (see screenshot) to look for a list of keywords in different inputs. The inputs Iām using are
Website description (from website scraping enrichment)
Website full body (from website scraping enrichment)
Linkedin description (from linkedin enrichment)
Currently when I run it, it only works if all three inputs have data. If one of them is blank I get a āSome inputs missingā error. But I would still like it to run with the available inputs remaining (basically ignoring the blank ones) Is there a way to do this? Otherwise as a workaround Iāve created a formula to combine the content from the three columns in one but wondering if thereās a cleaner way to do this Thanks!