I’m converting some server connects that I had on a page to an app flow. I’m getting an “A non-numeric value encountered” error on the scVendorItems SC. Judging by the line of code in the error, I’m pretty sure it’s because of the sort, offset etc params.
You can see it shows param_name=undefined for the various params in the headers which I’m sure is the issue. I tried doing (query.param_name?query.param_name:’’) but that didn’t work. Plus, I would think this should be unnecessary in the first place.
You can use the default formatter for a default value. But you are right that it should not be needed if a parameter is optional and it should not add it when undefined or null. Will see if I can improve that in the Server Connect action.