I'm getting a runtime error while using this "If(Label.Text="Text", Remove(Database, Gallery.Selected))", can we use this or not, if not what is an alternative way for this?
Solved! Go to Solution.
Hi @krishnasharma13 ,
Not sure what may be causing the error, but please consider this:
RemoveIf(Database, Label.Text = "Text" && ID = Gallery.Selected.ID)
If you are using the below formula on select of a button, it should work:
If(Label.Text="Text", Remove(Database, Gallery.Selected))
Hi @krishnasharma13 ,
Not sure what may be causing the error, but please consider this:
RemoveIf(Database, Label.Text = "Text" && ID = Gallery.Selected.ID)
If you are using the below formula on select of a button, it should work:
If(Label.Text="Text", Remove(Database, Gallery.Selected))
User | Count |
---|---|
126 | |
87 | |
84 | |
75 | |
69 |
User | Count |
---|---|
214 | |
178 | |
140 | |
105 | |
83 |