Skip to main content
Nintex Community Menu Bar

The same lookup function doesn't work with different browsers

  • January 21, 2018
  • 6 replies
  • 26 views

Forum|alt.badge.img+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

Forum|alt.badge.img+14
  • Scholar
  • January 22, 2018

can you check developer console for errors reported?

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

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

Forum|alt.badge.img+1

 Thank you for the answer.

The solution doesn't work.

What do you mean with "developer console"?

I'm newbie in Nintex...


Forum|alt.badge.img+14
  • Scholar
  • January 23, 2018

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


Forum|alt.badge.img+1

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

Thanks!


Forum|alt.badge.img+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?


Forum|alt.badge.img+14
  • Scholar
  • January 24, 2018

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.