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!.
Hi emilyfernandesdeoliveira , Where are you trying to save your selected value? Where is the record rule input? Can you add the code snippet that you have written for this?
Hi Emily,
It sounds like you’re almost there! To get the options to show up, make sure you’ve added a rule input for your record in your interface inputs. Once that’s set up, you should be able to use something like ri!record.make for the Display Value.
ri!record.make
If it’s still not working, try typing it directly in the expression editor. You’re making great progress—keep going!