Filling Data

0
Hello,  Could anyone recommend the best way to autocomplete a section of inputs, for example if I select a customer location and I would like all the associated shipping details to automatically fill, how is this completed? I am able to constrain the values based on Xpath, but I do not want to make the user have to select from a dropdown, instead the value just fill accordingly.  Thank you.
asked
1 answers
0

If I understand your question correctly, you wish to automatically set corresponding data based on a choice by the user? You can do this in a microflow. For example set a ‘Call a microflow’ event on the reference selector that you use for selecting your location. Then gather all your data in the microflow and change your object accordingly. Do a page refresh if you want to show the changes to your user.

If you only wish to show data to your user, perhaps a ‘Master Detail’ Layout is more suitable.

 

 

answered