Hi,
I have a workflow where sometimes i may not get all the required columns that i need.
I need to have all columns for the data to get uploaded successfully to downstream platform.
Scenario: My API yielded 7 columns like Created_date, event_name, event_id, form_name, event5, event6, event7
But sometimes i get columns missing and i will get only 4/5 cloumns.
So I want to find what are the columns that are missing and create those columns dynamically with null values.
I don't see functions/ways to extract the output column names and to dynamically create a missing column name by comparing the output name with above list.
Appreciate any help on this.
Thank you