I have Data from API coming through with leading spaces (i.e. ' 123456') but when it loads into a Grid and I try to use this value to link to a second API, the leading spaces are not there anymore!?
Since the link requires the Field to be 10 long with leading Spaces (right adjusted) for the call to work, I am at a loss how to handle this in App Builder (in Mongoose I could just script it).
Any suggestion would be much appreciated.