Using the ABBYY Vantage Connector for UiPath, I am able to extract invoice data such as date, invoice number, currency and total using the "Get Result" and "Map Fields" activities. However, the "Get Result" and "Map Fields" activities do not return any line-item detail even though those variables are declared and scoped in the exact same way. The values returned are null/blank for those fields such as quantity, net price and description. I have tried using the 'Invoice - US' and the 'Invoice - UK' skills and the result is the same.
Using ABBYY Vantage Connector for UiPath
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
I solved it by using deserialize json activity on UiPath. Take the json result from the transaction and deserialize it. Then assign the correct value from json. It's a bit of a hassle, but it does the job.
Thanks Radityo. I believe the issue was originally found to be a bug in the prior version of the connector that was resolved in a later version where detail data was not being made available in the JSON response. If I recall correctly, I was able to complete it once a newer version of the connector was released maybe a year or so ago. But thank you for the follow-up in case I'm mistaken or am not recalling correctly. Glad to hear someone else is using UiPath/Vantage together.
サインインしてコメントを残してください。