cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

B1IF Scenario to create PDF file and use it in next step ?

Jaba2412
Newcomer
0 Kudos
178

Hi Experts ,

I have created a scenario to send PDF doc to API call .so first i create a pdf file using Crystal report atom then i convert the PDF to Base 64 using .net call .Here the problem what am facing is .net atom triggers before the file generated so the error is file not found .But i can see the file after the scenario end . also i tried delay login in .net but file saved only  after all process done .is thr any way to save the file in middle step .

Regards

jaba

View Entire Topic
szymon_lipnicki3
Active Participant
0 Kudos

Hi,

If your issue is still valid then:

  1. You can't store the file and use it by any adapter in the same scenario stpe. Storing the file is commited after step is finished.
  2. Crystal Reports adapter returns PDF as base64. You don't have to additionally convert it. Just use return bin to store PDF file.