Hi there Appian community, I am on step 6 of updating the layout and configuring components on the step by step #8. For this step we must select correct values under display value (ex: for Make, select ri!record.make.) however, as highlighted in the picture, there is no option for that and when I type it manually, nothing populates. Any advice?
Discussion posts and replies are publicly visible
You need to create a rule input named record first. Currentl you have just one rule input apporverDecision. Create one similarly for the record based on your record type then you will be able to select for the value.
Make sure you have added a rule input of your record type in the interface inputs first. Then use ri!<ruleInputName>.make in Display Value. Also use expression editor is value didn’t come after adding ri!.