I am invoking flow under Process sequence and want to bring value through config but it is not working, it shows below message.
“Object reference not set to an instance of an object.”
This indicates your in_Config is null. This mainly happens when you don’t pass the argument value correctly from invoke workflow activity or you have same variable name as your in_Config in Process xaml.