Blockspring: Randomly Generated Number

I am trying to generate a confirmation code via the Web Utilities block in Blockspring.

On the plugins tab, when the field is set to text, it works properly, generating an alphanumeric string.

When the field is set to number, nothing is returned. How do I get this API call to return number only?

Here is a link to a simple forum app. Try changing Plugins: Web Utilities: Update Fields from text to number to see the issue.

Thanks.

Looking at the API from the Blocksprint end, there is no way to do a number only.

Alternative is to use a list of numbers, and use the internal random # in a list.

1 Like