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.