Hi everyone,
I started a powerapps application containing a gallery and an edit form. I want to edit the selected item.
In the gallery, the source is: "SortByColumns(Filter(Inventaire_test; StartsWith(Ref;TextInputRef.Text));"ComplianceAssetId")" (to filter on a search bar).
In the edit form, I apply "Inventiare_test" for DataSource and "GalleryInventaire.Selected" for Item.
Powerapps tells me that the formula is not valid ... I think I have followed the documentation.
Thank you and have good day.
Hi @Anonymous ,
Did you make sure that the gallery is called "GalleryInventaire"? Inside template (first) part of GalleryInventaire, did you insert a button or icon and set the OnSelect property to:
Navigate(ScreenName, ScreenTransition.None);Select(Parent)
Regards,
Mona