How to Move data from Abbyy to UiPath Action Center using API Calls

Hi All,

I want to move Invoice data from Abbyy to UiPath Action Center using API calls for approvals before the final data is submitted in the JD Edwards. How can I achieve this ?

Any kind of help is much appreciated as I am new to Action Center.

TIA

@Veerish_Uppin

What you can do is call abby using api from UiPath…and then get all the data into different variables…create a UiPath form and display the form in action center…where you can display the document as well…the document can be uploaded to storage bucket and can be displayed if needed in action center

First try with getting data from abby using api via postman and then replicate same in UiPath

cheers

@Anil_G Thank you very much for the valuable Input. I shall try the same and keep you posted.