I am running a local community install
Version 1.85.4
I am trying to build a workflow that will pull all the CISA KEVs JSON data and then compare the output of my asset data. If the vendor data is contained in the asset data it will output the asset data. I have the flow already pulling the CISA KEV data and asset info with no issues. The data for the CISA KEV and Assets go into a spreadsheet with columns. I need to find if any data in sheet CISA column Vendor is in sheet Asset column OS. I cannot figure out what node to use to search through and just find the contained data. I cannot us the compare node because it only works on exact match.