Madrid: Service Portal: Varying price values are missing for Lookup Select Box type variablesDescriptionWhen using a Lookup Select Box type variable with a Lookup price field, the resulting select box options on Service Portal are missing the value for the varying price for each option, they simply show <display_value> [add] it should be <display_value> [add <price_variation>] This issue is only reproducible in Madrid and not in London or New YorkSteps to Reproduce Pre-requisite 1. Create a new table: Mobile Model [u_mobile_model]2. Add two columns:- Name = Model Type = Name | String | Display = true- Name = Price | Type = Currency3. Create two records on this new table:- Model Name = iPhone - 64 GB | Price = $100- Model Name = iPhone - 128 GB | Price = $250 Steps to Reproduce 1. Go to OOB catalog item: Apple iPhone 6s Plus- /sc_cat_item.do?sys_id=d82ea08510247200964f77ffeec6c4ee2. Add a variable:- Type: Lookup Select Box- Order: 600- Question: Capacity Lookup Select Box- Name: capacity_lookup- Type Specification:-- Lookup from table: Mobile Models [u_mobile_models]-- Lookup value field: Model Name-- Lookup price field: Price-- Include None: true3. Now try the catalog item- /com.glideapp.servicecatalog_cat_item_view.do?v=1&sysparm_id=d82ea08510247200964f77ffeec6c4ee4. Click on the "Capacity Lookup Select Box" dropdown- Observe that the it shows the options with the price it will add or subtract depending on what is selected.5. Now open the same item on Service Portal- /sp?id=sc_cat_item&sys_id=d82ea08510247200964f77ffeec6c4ee6. Repeat step 4.- Observe that now it is misisng the actual values, it is just showing the [add] or [subtract] in front of the options but no value.WorkaroundThere is no workaround available yet.Related Problem: PRB1370714