Two Lists into One Replacing Nulls with Backup Values
This node takes two matching length input lists. It scans the primary list to clean for null values, and then attempts to replace those null values with matching items from the backup list used for null replacement.