So this may not be due to the integration, but I am having an issue with putting in the ability to delete a record. I am putting in a trash can icon and putting in "Remove('Table', This.Item) and I get an error, "Expecting a record value and passing text." I paraphrased, but I am sure you all know the error. I was curious if this is due to the integration or could it be because I have a couple columns in the "Choice" format in the List I am pulling from and writing to? I also tried to do Remove('Table', gallery1.selected), but could not get that to work. Any help would be appreciated.
Thanks all.
Solved! Go to Solution.
Hi @Timmay48182 ,
Could you please share a screenshot of your App setup? That will make it much easier to assist.
Maybe you could check if the trash icon is placed in the right place.
In addition, maybe you could try the following formula:
Remove(datasource,ThisItem)
or
RemoveIf(datasource,Gallery1.Selected.uniqueidentifiercolumn=uniqueidentifiercolumn)
Best Regards,
Charlie Choi
Hi @Timmay48182 ,
Could you please share a screenshot of your App setup? That will make it much easier to assist.
Maybe you could check if the trash icon is placed in the right place.
In addition, maybe you could try the following formula:
Remove(datasource,ThisItem)
or
RemoveIf(datasource,Gallery1.Selected.uniqueidentifiercolumn=uniqueidentifiercolumn)
Best Regards,
Charlie Choi
The remove IF was the solution. Thanks kindly for the help
User | Count |
---|---|
253 | |
106 | |
94 | |
50 | |
39 |