Thanks @Teodor. I started to look at that, but it’s seems fairly complex. Is using a form the only way Server Connect can read the parameter and then perform an update?
No, it’s not the only way. You can run a server action on page load and use a GET variable to compare the value.
So in your server action create your GET var, which will pass the URL param value to the query/condition. Then on the page, bind the url value to the GET parameter in the server connect component properties.
Awesome, that is what I’m trying to do, but I’m having issues with the Condition. Whenever I have a Condition in my Server Action, then no data displays in the Server Connect data section.