Dynamic Pricing Issue in Reusable Element (Repeating Group + Option Set)

Hi everyone,

I’m facing an issue with a reusable element where I display items in a repeating group from an Option Set. Each item has:
Name
Price
Quantity (User-selected)

I want the price to update dynamically based on the quantity selected by the user.

Problem:
When I try to increase the quantity, the price does not update as expected.

What I’ve Tried:

  • Setting the price as Quantity × Base Price
  • Using custom states to store the quantity
  • Applying workflow actions to update the price when quantity changes

Has anyone faced a similar issue? How can I ensure the price updates correctly when the quantity is adjusted?

Thanks in advance!


This the screenshot of what i am trying to achieve.

Could you provide a screenshot of your workflow action and how you’re trying to update the price?

this should be all you need to make this work - the calc happens on the client side so it should be near instant

This topic was automatically closed after 70 days. New replies are no longer allowed.