I have a Gallery whose data source is a Collection (which is built from an API/Connector).
I use one of the Gallery's Controls to
ClearCollect(
colSelectedRecord,
ThisItem
)
When I set colSelectedRecord as the data source for an Edit form, I get the message "The form isn't connected to any data yet" and the available Fields show as blank...