If There is only Input A and Input B node is not executed. I want All Records From Input A.
When Input B has matching records by id, it enriches Input A with updated fields from Input B.
Potential Issues:
Ensure Input B inputs have an id field
Input A has a list of records with IDs and values.
Input B contains updated records (but not necessarily for all IDs). Split nodes: Since the inputs are arrays, the workflow splits them into individual records so they can be processed properly. Filter node on Input B: We only keep records from Input B that actually have an ID (to prevent errors).
Merging Data:
Every record from Input A is kept.
If there’s a matching record in Input B, it updates the value.