Skip to main content
Nintex Community Menu Bar

Error on GetList items

  • July 28, 2017
  • 2 replies
  • 7 views

Forum|alt.badge.img+10

We are on 4.7. I have a get list item to fetch approvers from SP list. When get list item cannot find any items matching criteria, following error is thrown.

 

SmartObject property UserIds is a required property for selected method GetK2FQNForSharePointUsers. Value must be set.

 

Any help is appreciated. This was working fine in 4.6.11. If no list item is fetched, it would return null value but no error was thrown.

 

2 replies

Forum|alt.badge.img+6
  • Novice
  • July 31, 2017

Hello , 

 

Error is saying clearly there is input missing to get the details . can you plesae try to execute smo manually in tester tool and see what result are you getting . 

 

Please check the rule and pass the correct value to get the details.

 


Forum|alt.badge.img+10
  • Author
  • August 5, 2017

Tester tool returns consistent result. If a list item is there in SP list for the entered critera, its shown. And if no list item matches criteria, nothing is return. Issue here is, when no list item returned and it's email address of user is assigned to a data field, error is shown.