Output schema
- I can't make
transformations.unwind work, the table only shows undefined values -> Is there a working example I can check somewhere?- When instead using
transformations.flatten, it seems the table can't show fields with array or object format, it shows undefined instead. Am I missing something here?For reference, my result is formatted like this, and i want to unwind/flatten the
data part:And I'd like the table to show the columns:
- "metadata" as
object (this works)- "url" as
link (works only when using flatten, not unwind)- "title" as
text (same)- "attributes" as
array (shows undefined)Here is the docs I've been using https://docs.apify.com/platform/actors/development/actor-definition/output-schema
