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
Discussion posts and replies are publicly visible
I do not know of a "FieldLayout" in Appian. But from your description, it might be a "Picker Field".
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"?