I can see that this appropriately returns the results I’m after in the network trace. But I can’t seem to take the results and append them into some of my components.
I finally managed to get it working! Your responses pushed me in the right direction here so thank you
The main thing that was throwing me off here is ‘Dataset’
Although I didn’t know it, if you dare to click that ‘Dataset’ the widget has to be recreated or your results will always be undefined. It doesn’t matter if you add anything or not inside ‘Dataset’, the widget will be broken regardless.
I also found that in my row-update, I didn’t need to target [0], Kinetic does that on its own. Same result as you with actionResult too, I had to create a dataview that I called ‘VendorLookup’ and then store the results in there.
Parameter name = object you’re targeting View Name = the one you created (don’t use actionResult, seems a bit iffy) Parse from Response Path: I haven’t seen it be anything else other than ‘returnObj’, but it’s just the top level of your results.