Search
Star
Feedback
Setup for Free
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Update action discrepancy - Ash Framework
AF
Ash Framework
โข
7mo ago
โข
9 replies
ken-kost
Update action discrepancy
I have an update action
:
update :retire do
change set_attribute(:status, :retired)
end
update :retire do
change set_attribute(:status, :retired)
end
on two resources
. One returns ok tuple when called through a interface
, the other a bulk result
. What could be the reason for this
?
Solution
are you calling them the same way
? eg
. with a single record
?
Jump to solution
Ash Framework
Join
The Elixir backend framework for unparalleled productivity. Declarative tools that let you stop wasting time. Use with Phoenix LiveView or build APIs in minutes for your front-end of choice.
2,193
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Custom on option on update action
AF
Ash Framework / support
6mo ago
adding for update to a read action
AF
Ash Framework / support
3y ago
get selected fields in create/update action
AF
Ash Framework / support
3y ago
ash_graphql update without authorizing the read action
AF
Ash Framework / support
5mo ago