Hi All,
I am trying to create a collection from a Dataverse table. When I do, I get the unique identifier for each item, as well as a value for the field I used for the filter criteria. Is there a way I can easily bring in more columns at the same time as running this formula?
ClearCollect(colConnectorsEdit, Filter('Wire Harness Connector Collections', 'Quote #' = Gallery2.Selected.Result))
I would like to bring in most of the values in the image below:

can anyone help me add values like cost and terminalqty to my collection?