Skip to main content
October 12, 2023
Question

Sending base64 inline with JSON using integration object and many pdf files were created

  • October 12, 2023
  • 2 replies
  • 0 views

Hi

My requirement is convert base64 data to appian value received from external system.
I tried making it by referring to the URL below.
docs.appian.com/.../Integration_Object.html


The problem is that many pdf files were created.Has anyone had the same problem?

How to solve it .Need advice and help!!!

below is my source code image

When i click refresh button the PDF file increases.↓

2 replies

October 12, 2023

Hi,

I couldn't find any issue with your code. 

1. Can you please check the process instance in the backend? (Number instance triggered for this process model). Here the instance that you mentioned is terminated, so it won't bring any documents while refreshing the folder. So check for any active instance that might be running on a loop or calling the web API multiple times.

2. If possible can you append the timestamp or Proce instance ID to the document (By updating the document name), for debugging?  and hope you are sending a document at a time.

girlc0001Author
October 12, 2023

[mention:807b2f8d2827427ca72dd8e52a6f97b9:e9ed411860ed4f2ba0265705b8793d05]

Thanks for the reply . Can you help me with a sample code snippet for me.,
if you do not mind so that I will get a clear idea of what you explained me above.


Thanks & Regards