use embedded fields inside expr
I have a resource that contains as one of its attributes another resource that is an embedded one.
When I try to access one of the embedded resource fields, ash will fail when I run the read action:
The error message will be
"filter: Invalid reference contact.full_address at relationship_path [:contact]"
2 Replies
contact[:full_address]
😄Makes sense haha, thanks!