Capture Multiple list item

Hello,

we have an invoice apps and we are trying to capture the invoice details and Invoice line items (where we can give feature to add line item/delete/edit).

Is this possible into Action center?

Hi @Arvind_Kumar1,

You should be able to achieve this using Create form task activity in studio that allows you to design form and seek inputs from users.

Even for delete, you can use drop down that shows all current list items and user can select one of those and hit on delete.

Using this activity’s output, you can collect details on what action user had requested and can take next steps accordingly.

Please go through below documentation/videos to know more:
https://docs.uipath.com/activities/docs/create-form-task

Regards
Sonali

Hi @Arvind_Kumar1,

If your query is resolved, please consider marking solution.

Regards
Sonali