Greetings everyone,
I have been writing an app that for the sake of simplicity defines a global variable as one of a number of possible tables.
it works fine in galleries and forms however when I attempt to use it in the remove function I get an error saying "the first argument of 'Remove' should be a collection"
my code is as follows
Remove(AFTable, Dropdown1.Selected);
Back()
is there any way to get this to work in a way that won't require me to change the code whenever a new option for AFTable is created?