Skip to main content

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.

 

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.

 


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.


Reply