# How to automate price conversion

When working with business rules you can change a specific localized value of an [attribute](https://docs.struct.com/fundamental-concepts/workflows-and-automation). This makes it possible to convert the local price to other currencies.

Start by making a Business rule that [triggers](https://docs.struct.com/reference/settings/data-governance/business-rules/business-rule-details/triggers/trigger-details) when the price [attributes](https://docs.struct.com/fundamental-concepts/workflows-and-automation) change.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2FVXgoUl3WBqQKDo3haiIx%2Fimage.png?alt=media&#x26;token=8d51402a-1853-4ba2-8cb4-b81822195704" alt=""><figcaption><p>Trigger when a price property is changed</p></figcaption></figure>

Then make [conditions](https://docs.struct.com/reference/settings/data-governance/business-rules/business-rule-details/conditions/condition-details) to check if the price was set. This can be done by checking if the price was empty before.

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2FQjD49j3pd2Nq6Kr9ay9u%2Fimage.png?alt=media&#x26;token=c1a4e8e7-753f-4490-8d45-55b4b54814c8" alt=""><figcaption><p>Conditions and actions</p></figcaption></figure>

Within each [condition](https://docs.struct.com/reference/settings/data-governance/business-rules/business-rule-details/conditions/condition-details) you can then set up an [action](https://docs.struct.com/reference/settings/data-governance/business-rules/business-rule-details/actions/action-details) to convert the price. In this example the List Price (EUR) is converted to List Price (DKK).&#x20;

<figure><img src="https://2141378775-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuUonpFWM7AJ0xVVXV1tr%2Fuploads%2Flv9rrlgJdUfjNeNngQ5J%2Fimage.png?alt=media&#x26;token=6fe9605c-b5bd-4208-802b-fe008c0328f6" alt=""><figcaption><p>Configure action</p></figcaption></figure>
