Skip to main content
emilyf635942
September 30, 2025
Question

I am on step 6

  • September 30, 2025
  • 4 replies
  • 0 views

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?/resized-image/__size/640x480/__key/communityserver-discussions-components-files/62/Screenshot-2025_2D00_09_2D00_30-at-11.10.55_2F20_AM.png 

    4 replies

    harshas2775
    September 30, 2025

    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. 

    shubhama926776
    September 30, 2025

    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!.

    gayatria0439
    October 17, 2025

    Hi [mention:4e487ce17b294f6a8af7b7d79662832d:e9ed411860ed4f2ba0265705b8793d05] , 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?

    sreekanthb075608
    October 18, 2025

    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.

    If it’s still not working, try typing it directly in the expression editor. You’re making great progress—keep going!