IXP

Hi,

I have extracted checkboxes by using IXP.
I have a query how to call IXP flow which was cerated by me.
Cna you help me with detailed steaps.

Thnaks..

Hi,

The following post may help you.

Please note that itโ€™s necessary to publish IXP project in advance.

Regards,

Hi @venkateshcheeni09

Pls check the below thread :slight_smile:

Happy Automation

Hi @Yoichi,

I have published the project successfully.
But i have a query how i sholud IXP in UiPath studio.

Plz see the below steps

  1. Add Extract Document Data activity in your workflow.
  2. Connect it to your DU/IXP project in Orchestrator.
  3. Select the Document Type where your IXP extractor/flow is configured.
  4. Pass the document file path as input.
  5. Store the result in ExtractionResult variable and read the extracted fields (including checkboxes).

Make sure:

  • the IXP flow is published
  • the DU project is accessible from the same tenant
  • the correct Document Type is selected in the activity.

Please let me know if you are able to resolve your query