Action Center -When embedding PDF in Action Center Form- Gives error Orchestrator is not enabled for this tenant

I’m trying to embed a PDF in an action but get this error.
image

I’m using a cloud orchestrator with an enterprise licence and action centre licence.

image

I can also see the PDF successfully embedded in the action. The PDF is in a storage bucket on the same tenant as the action centre.

Hi @Finlay_Knight

Welcome to Community!!

Please check on this thread

I hope it helps!!

Unfortunately, that thread does not have a solution to this problem.

Hi @Finlay_Knight ,

Could you also check on the permissions assigned to your account or the account that is trying to access the Action Center.

I believe permissions on Storage Buckets would also be needed for the account.

Check the below for more on the permissions required :

Yes I have full Permissions.

Hey, I know it has been a bit but I had this issue and none of the forums had the solution I needed so I figured I would post it. When passing your file name argument into the task activity, you need to add the suffix ‘_storage’ to the argument name. Like this:

Also, don’t hardcode your PDF name in the Form Designer. Pass it in as an argument as shown above. So in this case I have a variable named FileName that has the value “Test.pdf” and I am passing that variable into the argument pdfName_storage. Then in Form Designer my HTML Field key is html and my content is:

Sorry, html content didn’t paste properly. The HTML content is this:

<embed src={{data.pdfName_storage}} width="1000px" height="600px"/>