Do you have a wf that extracts the input table of a wf, calculated fields or parameters if they exist.
I really appreciate your help:)
Could you provide more detail about what you want to do?
I would like to have a workflow that generates a final output dataset, and for each column in that output, I want to clearly identify its origin. Specifically, if a column comes from a source table, I need the name of the table, the schema, and the original column name. If it’s a calculated field, I want the calculation logic or expression used. If any parameters are involved (such as user inputs or filters).
i hope that it’s cleaar