Update action discrepancy
I have an update action:
on two resources. One returns ok tuple when called through a interface, the other a bulk result. What could be the reason for this? 🤔
4 Replies
are you calling them the same way? how are the interfaces defined?
in resource interface
define :retire
and I call it.
funny thing is I do need as bulk the second one 😄Solution
are you calling them the same way? eg. with a single record?
yes
I think... let me check
it's that... lol. I'm doing a get before hand and I forgot get? true