Fill in attribute value automatically

0
Hi guys, i want to know how you can add value automatically to an attribute based on the value of another attribute. For exampe, i chose the letter "O" through a dropdownbox on attribute 1, then attribute 2 will be automatically filled with the number "4" or when i chose "V" attribute 2 wil change to "6".     
asked
2 answers
2

Create a microflow that has the logic for setting attribute 2 based on the value of attribute 1.  In the properties for the text box for attribute 1, set this microflow as the On Change microflow.

answered
0

Make attribute two an Calculated instead of Stored

answered