XAML Workflow

Hey all,
I had a question in terms of creating a dynamic xaml file using the source code.


this is my source code for a xaml i wanted to figure out how to make a dynamic tool that can update the xaml and create a template based off of user selection. For example I have a type into and use application activity none of these activities have a selector node

I want to create something that could input the browser value and the type into value dynamically by selection from user any thoughts ?

Hi @jazlyn.luben ,

Try - create arguments to XAML which is used as a variable for selectors that are required for the activities. And pass selector string to that variable while invoking the XAML.

Hi do you have any examples ?