Search Function should be able to find variables inside the Collection of Arguments

Hi,

Often I’m searching for variables or values in the Config dictionary by using the uipath studio functionality. Maybe the variable has changed in value and wanna check where it’s being used. Maybe I’ve modified the key in the Config file and wanna make sure that don’t get any error.

But there’s a problem. If this variable is being used as an argument in an invoke workflow activity or an attachment in a send message activity, it won’t appear in the search for the current file. It shouldn’t be the case.

Some times I even temporarily delete that variable just to know where it’s being used and if it’s being send as an argument.