Hi all,
I have a simple data lake flow (retrieve objects from data lake - send to script - send result to connector).
Does someone know if it is possible to import or access metadata (such as the document name, or the timestamp) of the document that is retrieved in the script itself?
In the case of JSON, is seems that only the contents of the document is accessible in the script.
Thanks.