Run from this Activity - Variables

I can right-click an activity and select ‘Run from this Activity’ but then the variables wont be set (except they have a default value).
Is there something like Load/Save variables that sets all the variables to the values from the last time this was called.
This is only for debugging/creating a testcase. Maybe there is somethin in the immediate window?

@mindlMandl

There is no option for this. We will have to set default values or set all variable values one by one from locals or immediate window.

Yes unfortunately, there is no option to hold previous values. When you hit Run from this activity, it runs as the starting point and variables should be assigned first or defaulted.

There is no option to do this..
You can put a breakpoint and assign it in immediate window or from local panel.
Else set the values as default and use it.

Run from this activity starts off by pausing the debug, leaving your room for defining any required variables in your Locals panel, before clicking Continue.

Regards
Soren

where would be the right place to request such a feature?

Hi @mindlMandl

No, UiPath doesn’t support loading previous variable values when using Run from this Activity. It always starts fresh and only uses default values. There’s nothing in the Immediate panel to restore them. Usual workaround is to use arguments, set temporary default values, or debug from a higher-level workflow.

you can submit the idea e.g. here: