custom automation issue

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

custom automation issue

L2 Linker

Hi , 
I created a custom automation that creates a pdf using fpdf.
Is there anyway to upload the file to the war room so it will have an entryID ?

1 accepted solution

Accepted Solutions

L2 Linker

If you want to return the generated pdf to the war room from within your custom automation you can use the `fileResult()` function. You can see an example in the dev guide, here.

View solution in original post

2 REPLIES 2

L4 Transporter

Hi @Bar_Magnezi ,


You can use !FileCreateAndUploadV2 automation for this as below.

!FileCreateAndUploadV2 filename=test data="This is a test data"
 
I hope this answers your question.
 

L2 Linker

If you want to return the generated pdf to the war room from within your custom automation you can use the `fileResult()` function. You can see an example in the dev guide, here.

  • 1 accepted solution
  • 773 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

Click Accept as Solution to acknowledge that the answer to your question has been provided.

The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!

These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!

The LIVEcommunity thanks you for your participation!