Empty Nintex forms DropDown with correct web request

  • 9 February 2016
  • 1 reply
  • 1 view

Badge +1

Hello,

I'm having troubles with displaying datas in dropdowns that use Web Request action.

I have two drop downs calling two web requests actions. The web requests work when trying them with RUN NOW

However, when i publish my form or just preview it, my drop downs remain empty as if no calls were made :

empty :

empty.PNG

whereas run now works (that one calls the GetListCollection WS) :

work.PNG

is there anything else to do to "force" the call when clicking on the drop downs ?

Thanks a lot for your time & answers

Matthieu


1 reply

Badge +1

So here is the answer :  the request body editor is ... somehow capricious.

It truncates / cuts words and when it executes the request it does not understand the truncated request. So you have to paste a request with no /t nor /r nor spaces and it should work. Hope a future release will fix that editor. You must consider that if your web request action works in RUN NOW but fails in execution/preview, then you have a problem when you paste the request in the editor.

Hope il will help

Reply