I have a comma separated list I used extract values to extract each company name into its own field I then want to look up each one of those names and match against another table. Is there an easy way to do this dynamically or do I need to add a separate look up field or each name that was returned in extract values?
You do not need to add a separate lookup field for each extracted name. After using "Extract Values" to get your list of company names, you can reference the resulting array and use the "Lookup Multiple Rows in Other Table" action. This allows you to dynamically match all extracted company names against another table in a single step, streamlining your workflow and avoiding manual setup for each name.
how?
human
help please
Hey Ari! Truly sorry for the delay. Happy to help🙏🏾. The table linked doesn't include an "extract values" column, but I noticed a column named "GC_names" pulled values from the Salesforce action. To confirm, you want to be able to run a Lookup against all names in each column to verify if at least one exists in a different table? Could you share the table you want to run the "lookup" action for? You may be able to achieve this if you set the filter operator (for "lookup rows) to "contains".