The same lookup function doesn't work with different browsers

  • 21 January 2018
  • 6 replies
  • 0 views

Badge +1

Hi, Everyone

Something strange...

The same lookup function with the same user,  Nintex Workflow, form for Initiate Worklow returns:

used with IE11 and Mozille FireFox:

212388_pastedImage_2.png

used with MS Edge and Chrome:

212387_pastedImage_1.png

Formula:

lookup("ForumAkceptacje","AccountName",""+userProfileLookup({Common:CurrentUser},"AccountName")+"","Osoba")

SharePoint 2016 on-premise

The newest version of Nintex.

Any idea how to solve this?


6 replies

Userlevel 5
Badge +14

can you check developer console for errors reported?

try enclose current user refference with {TextStart} and {TextEnd} tokens?

...userProfileLookup({TextStart}{Common:CurrentUser}{TextEnd},"AccountName")....
Badge +1

 Thank you for the answer.

The solution doesn't work.

What do you mean with "developer console"?

I'm newbie in Nintex...

Userlevel 5
Badge +14

that's a browser functionality.

press F12 in browser and new window/panel should pop up. switch to console tab in there.

then run the form and watch the console for errors reported

Badge +1

Of course... I've thought than there is something unknow for me in Ninitex.

Thanks!

Badge +1

Good clue!

On IE (success):

212874_pastedImage_1.png

On Chrome (failure):
212875_pastedImage_2.png

The "ForumAkceptacje" list is on the same site as workflow I have w problem with.

Any sugestions?

Userlevel 5
Badge +14

as you may see there are some authorization problems. there might be plenty of reasons for that.

is that only thing that doesn't work in chrome? can you browse your sites/list/forms in chrome without being regularly prompted for credentials (or having stored them in chrome cache)?

as a first step I would suggest to get in contact with your SP and AD admins to investigate what causes chrome not to authenticate with (some of) your SP services.

Reply