Behind the scenes, it looks like the code has been generated to actually do an update, which could explain why I get the following error when I invoke the method? :
Since this should be an insert, and not an update, I’m assuming this is the bug?
–
I also noticed if you attempt to use the “Delete Table Object” block in the Data API, it will actually translate to a save in the code, which I assume is also not correct (since on invocation, the object is indeed not deleted).
If I move the block outside of the try / catch, it will attach to the correct place in the code, but there seems to be some kind of weird parse / generation issue:
On top of that, once this error workflow is met, any changes to ANY other logic / blocks are no longer reflected in the code window, meaning changes are not saved.
It also seems to be isolated to just the Remove User block where as soon as I delete it from the code designer window, everything starts working again as I make changes.
Thank you for your feedback,
Yes, we able to reproduce these problems and I’ve created an internal ticket BKNDLSS-15527 for fix it.
We’ll inform you when it fixed.