Hi Shagufta,
Thanks for your reply. For my example, I was trying to store and display the name field on the same form.
I'm seeing similar behavior to what I describe above when I try to use the selected value of a dropdown in the populating REST call of another dropdown. For example, I have two dropdowns (car make and car model) in the same form. I want the car model dropdown to be populated (via a REST service) based on what the user has chosen from the car make dropdown. However, when I try to add the value of the car model dropdown to the REST call for car make, the form field dropdown shows "No fields available". Is this also because the dropdowns are in the same form? Is there some way to cascade dropdown values in this way?
Thanks!
April