My goal is to have a button that takes pre-defined properties from an active object in a object table and export is as a .docx. I’ve tried with .xslx, .csv, .pdf and notepad template but it doesn’t solve my problem in the way I want.
Does anyone have any ideas for how I can solve this problem backend? I don’t want the user to have run a script locally that converts .json or other to .docx. I want it to be done on a push of a button directly in Foundry.
You can create the docx in a function and save it as an attachment on your object. The user will be able to download this attachment.
I know there is sometimes friction with specific libraries (because of dependencies) in typescript, so I would rather try with a Python function on Object.