Ash FrameworkAF
Ash Framework3y ago
4 replies
barnabasj

Exposing data of the managed relationship

I created an action on Resource1 that creates another Resource2. Resource2 is created correctly using
manage_relationship
but I need to return the generated id for Resource2 and I have not found a way to get that information. Is it possible to access the return values from the action called by
manage_relationship
? If they are accesible I could put them into metadata
Was this page helpful?