Hi @Anonymous ,
Thank you for posting query in Microsoft Q&A Platform.
As per my understanding, your data flow expression referring to some column which is missing and resulting in error. Correct me if my understanding wrong.
This error may happening because of multiple reasons. Kindly make sure all above pointers in your case and see if that helps.
- Is your source transformation datasets has schema in them? If yes, kindly clear it as your intention is to have dynamic schema.
- Kindly make sure the columns which your expression referring is actually exists in source.
- Under source transformation make sure to have "Allow Schema Drift" & "Infer drifted column data types" selected. Make sure to unselect "Validate schema" option.
- If you are using auto column mapping in sink transformation make sure to have source and sink column names matching.
Try to perform "Data Preview" and see if its working. If yes, kindly do some minor change and publish your changes back.
Hope this helps. Please let us know how it goes.
-------------
Please consider hitting Accept Answer
. Accepted answers helps community as well.