Hi there
I created a function that returns an array of text values that correspond to a column in table #2. I am trying to add them to a column in table #1 as a list of references to table #2. When I run the function, the table reference integer column in table #1 throws the error that the parameter isn't an integer.
It works when I manually enter the values in by text, but I guess via function it requires an integer. I tried to create a workaround by using the array of text values to create an array of integers with the 'get record' database request, but that for some reason returns a 'null' response.