My app is connected to a custom data source. I collect data from this source into collections.
It works fine to build a gallery from these collections, but if I try to create a form from them, I don't get a form with the fields from the chosen datasource (collection). After connecting to the data source (a collection), no fields are suggested automatically and the "add field" is greyed out.
To make it as basic at possible, I've created a new screen, using the built-in form as template, and I've taken a few screenshots that will explain better, I believe.
Please take a look:
This collection will show in a gallery:

But when trying to connect from af form:

I even tried to fill in the Item property under Advanced with "Defaults(ProductCollection)"

Thankful for any help!
PS - I searched a lot, and one suggestion was to see if I could build this from scratch, using the wizard. However, since the data is collected from a custom data source into collections, this approach doesn't work for me.