Retrieve first not found

0
In my Retrieve Action, I choose for Range 'First' and my Xpath constraint is: [LastName = $Import/LastName] [Zipcode = $Import/Zipcode] [Housenumber = $Import/Housenumber] [HousenumberExtra = $Import/HouseNumberExtra] I checked the data of my import and the data of my table and they match 100%, why the result of this microflow gives empty. Localy it works fine but in the cloud it doesn't.
asked
2 answers
0

Have you tried making a connection to the cloud and do a debug on the cloud environment? Furthermore debugging these actions is simpeler if you do four retrieves first. Then you can from the debug environment check the four lists and see where the problem could be.

Regards,

Ronald

answered
0

It was my intention to do this indeed, but with the new teamserver, the button "enable debugger" is gone. I see only the first four options

( see https://world.mendix.com/display/howto40/Debugging )

answered