Yes i need this. on load set bg to a random colour or style using variables
I could use this too. I’m prototyping an order pad where it calculates the total inventory available and I’ve been using the random number generator plug in which works great. However, the two modes I have on this project are for B2C vs B2B. I use text string variables for both, so when a B2C user is viewing, they only see inventory as “In Stock” but when a B2B user is viewing, they would see their inventory as a random number like “833”.
It seems I can’t use the random number generator and still retain the functionality of my string variables and B2C/B2B modes.
In my use case, I would like to have something like:
|Name | Mode: B2B | Mode: B2C|
|String variable: inventory-out-of-stock | 0 | Out of Stock|
|String variable: inventory-in-stock | (random number from 1-999) | In Stock|
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.