App task - how to attach pdf file

how can we add/ attach a pdf file to show in invoice approval app task.

i added file property in the action schema but it is not appearing in the studio activity.

@Mr.StarLord_AO

ideally file would be displayed from storage bucket

and the file path should be provided while creating the task

cheers

Hi @Mr.StarLord_AO
You can try below steps :

  1. Add the pdf file check the path of the file properly
  2. You can add the expose the task as the task input
  3. Form blinding as well create task or action task in studio
    Hope it works!

Try to explore below link :

Hi @Mr.StarLord_AO

You can’t attach or display a PDF in an App Task just by adding a file property in the action schema. App Tasks currently don’t support file attachments directly.

  • Store the PDF in Orchestrator Storage Bucket / SharePoint / local path
  • Pass the file path or URL as a string to the App Task
  • In the app, show it as a link so the approver can open/download the PDF

That’s why the file property doesn’t appear in Studio — it’s not supported for App Tasks yet.