Skip to main content
March 11, 2025
Question

appian-locust how do I interact with the element of "FieldLayout",

  • March 11, 2025
  • 2 replies
  • 0 views

I have an "FieldLayout" element I try to interact with using fom function. The filed let you type a few letter and a pulldown list appear and allow you to select one of them. Puzzeld what form function to use in this situation

    2 replies

    stefanhelzle0001
    March 12, 2025

    I do not know of a "FieldLayout" in Appian. But from your description, it might be a "Picker Field".

    March 12, 2025

    Looks like a correct function to use in this web element. But I am confused with the function parameters. 

    Is idetifier the search string and value is the value selected to fill that label?

    form.fill_picker_field(label="Enter Country", identifier="U", value= "US"?