I have a Project with a variable which is set based on the Users. I have made a script in which based on the user list, it modify the original XAML and créate a new one changing this variable. What I don´t know if its possible to create the nupkg for each XAML project (each XAML have all the Project files) without UI Studio.
Can you please Help me? Uipath is mandatory to create the nupkg?
@Ruben_Diaz
some requirements maybe still unclear, but give check on following options.
refactor the variable into a configuration file
check the option if the variable value assignment can be done on runtime
** e.g. input argument on main xaml
** lookup list using executing user information