I am building 2 Library Components:
Dynamic Action (new and existing actions)
Actions Gallery (list of actions)
I managed to pass the data all right for all fields, but I can't figure out how to get the 'edit' button inside my gallery to Navigate to the other screen.
Copilot insists in adding Custom output properties, but those are never shown in the parent app component, not even in the formula section, so I can't assign it a value to something I can't 'call'
It also suggested a custom input property, but still not clear how I'd get it to navigate
In the past it suggested to add a button in the parent app, which sounds like a duplication
Also I originally built the gallery without any component, the idea was that 'on select' it would 'rebuild' the flattened record from app 1 in app 2 as they are always complex columns such as lookup columns or choice columns
Unsure if I will be able to rebuild the record, or I guess it might have to be done by the parent app too