Issue with Invoke login for client security hash

experiencing error- Invoke System1 Login workflow: The given key was not present in the dictionary. Help please.

Hi @James_Palmer

Welcome to forum

Please check whether key value name in config dictionary is specified correctly

Hope it helps

Nived N :robot:

Mark it as solution if it helps

Happy Automation

I’m checking it now.

thanks by the way.

1 Like

Ok so this may sound weird but now my issue has changed, I am now being told this – Open Browser: Value does not fall within the expected range.

hi @James_Palmer

Please check if the attach browser is indicated to the browser body and not the whole app.
See below thread for details:

If you have added an Open Browser activity, specifying the URL and BrowserType, and then adding the Attach Browser activity inside the Open Browser activity.

Thanks
Latika

1 Like

Thanks @Latika10011740, My issue was fixed but now another one has come up. I am now seeing this error message-- Invoke System1 Login workflow: Object reference not set to an instance of an object. I am in my 'initallaplications" file and I have no idea what this is referring to. I’ve checked areas I thought could be causing the problem and nothing has worked.

Hi @James_Palmer

This error comes when some variable is not intialized or it has empty value

Please check whether login parameters are correctly passed to the workflow

Since u are working with init all application the variable u are transferring is credentials details only

Please check that

Hope it helps

Mark it as solution if you got it
Nived N :robot:

Happy Automation :relaxed:

1 Like