Dear Experts
I need to create a small input form which will contain some input fields, and some buttons. I want to link some workflows and sequences to these buttons. When I will click a button the respective task will be invoked.
Could somebody please suggest How to create this type of interface in UIpath?
Hi @anmolk171,
Thank you so much for your help. That really helped a lot.
Additionally could you please suggest how can I bind another workflow to this form button i.e when the button will be clicked the workflow will be invoked.
and also How can print all the records of a datatable into the form?
You can do multiple things you can set a boolean with each button and based on that certain workflow will be invoked let’s say we have clicked on a button which set boolean Var1, Now if Var1 is True then flow A will run(This is just an example you can do much more than that).
For printing the datatable go through these thread.