Dear FME Community,
I’m using a dynamic writer in my workspace and have run into an issue with newly added attributes.
In my workflow, I added a transformer to perform an analysis and wrote the result to a new attribute field. However, this new attribute is not appearing in the output file.
I understand that the dynamic writer uses the schema from the reader, and since this new attribute doesn’t exist in the original schema, it seems to be excluded from the final result.
How can I ensure that this new attribute is included in the output when using a dynamic writer?
Is there a recommended way to update or override the schema dynamically?
Thanks in advance for your help!