Custom action on edit resource
On a custom action on an edit resource I'm changing a field on that resource. But I'm having 2 problems:
1 - That field is changing on the BD, but the UI is not updating.
2 - The notification is not working.
6 Replies
Use $set and assign new value to it
You have to send the notification at the end
Oh thank you for that send() tip 🤦♂️
I've tried the set but I'm getting this error
This is for an EditRecord page
Try adding this inside the action
i hope this will work @diogogomes
Oh perfect! Yes, it does work. Thank you so much @Hasith