Hi, I've created a component with a single gallery inside. Input = table (working as expected), Output = record (label is componentGallerySelectedRecord ).
When I try and set my Form.Items = componentGallerySelectedRecord.SelectedRecord the hover over shows an error of type, "Invalid Formula - Expected a value compatible with the data source."
The data source being passed into the component TableXYZ is the same data source being used for the form.
I'd think I was passing back a pointer to a record (or the record itself) and thereby could set the item property on the form directly. Instead, as a workaround, I have to do a lookup on a unique value (passed back from the component) in the Forms item property.
Am I missing something? Why can't the SelectedRecord be passed out of the component and used directly to set the Form.Item?

Report
All responses (
Answers (