How to Use DropDown, TextBox in your Custom Activity

Hello, I am learning to create custom activites. I learned how to use input and output argument and try some operation with that which work perfectly fine. But it’s a very simple activity.
Can anyone help me how should I create activities that has dropdown menus, Text box.

Thanks
RM

Hi @RishabhMathur

Use Select item activity for drop down menus

Use Text box for Type into

Thanks
Ashwin S

@RishabhMathur

Here is a link to a webinar where they walk through creating a simple and a complex custom activity, it helped me when I was first looking at creating a custom activity with a text box and a dropdown. Essentially you’ll need to create a Custom designer that your activity can inherit from. Give the webinar a watch and after that if you have any questions you can message me.

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.