Β© 2026 Hedgehog Software, LLC
Attempted to add a form at path: [:budget_allocations], but no
was configured.
update :user_update do argument :budget_allocations, {:array, :map} change manage_relationship(:budget_allocations, type: :append_and_remove) end
form = transaction |> AshPhoenix.Form.for_update(:user_update, api: QueryDesk.Api, forms: [auto?: true] ) |> to_form() |> AshPhoenix.Form.add_form([:budget_allocations])