cancel
Showing results for 
Search instead for 
Did you mean: 

SAP_Build_Apps- Web and Mobile Application

YashPatel09
Explorer
0 Kudos
123

In SAP build apps how can create formula for when i select one value in dropdown-list the automatically field in other field..? 

Accepted Solutions (1)

Accepted Solutions (1)

eshrinivasan
Developer Advocate
Developer Advocate
0 Kudos

Hi @YashPatel09 - Check out the step 4 of this tutorial https://developers.sap.com/tutorials/build-apps-workflow-es5..html#de48ddca-b8f0-4f04-8a15-611e8f782... on how to use formulas to create a dropdown and save the selected value as a page variable.

YashPatel09
Explorer
0 Kudos
issue is when in UI form i'm select value in dropdown list then there are input-field in form they field are get automatically data base on what i select value in dropdown list..! like ex: when i select in dropdown list user name then in input-filed they show details of selected user name...
eshrinivasan
Developer Advocate
Developer Advocate
It the same idea. You set a page variable to the selected value of the dropdown and set the page variable to the input field.

Answers (0)