I created a function that has a form as an argument
When I execute the form via the script builder and randomly select an ID, it works as expected.
When I try to insert it into the form actions by calling the function and passing input.ID, I get the following error message. Why is it not working as expected for in form scripts?
|
Mismatch data type for function 'store_row_changes' at argument index 2 expected data type SITES found data type BIGINT
|