Variable Data Based on Input

I am currently working on an ecommerce store that sells roller blades. As part of the user account, a user inputs their shoe size. What steps need to occur next to automatically populate “Small”, “Medium”, or “Large” on the user’s account, based on the client’s shoe size?

Example: I am on the app, and I am a size 9 (US) Men’s shoe size. As a result, I would want “Medium” to automatically populate on my account (doesn’t matter if I can see it or not), so on the fulfillment side, I can send out a medium roller blade.

Thank you for your help!

Hi @JohnP ,

You need translation collection between number size to text size (9 to medium), then when user choose number size, automatically they choose text size.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.