How do i get to the data while doing resource create?

I'm trying to change some select field options based another selection. During edit I can use $record, but that's always null during create.
Solution
Probably using $get to get the value of the other field. Then you can do what you need with the value.
Was this page helpful?