Skip to main content
tr0002
January 31, 2022
Question

Unable to populate the filter inside frame

  • January 31, 2022
  • 4 replies
  • 0 views

Hi,

I am trying to populate a filter using FitNesse for Appian. The filter seems to be inside a frame, I am able to verify that the user filter is present but when I add script to populate record type user filter, it returns error that it could not find the filter.

4 replies

acaciob0002
February 1, 2022

Hi there, 

Are you trying to populate the user filter directly in the record list or in a grid within an interface?

Could you please share the method that you used?

Regards,

Acacio B

tr0002
tr0002Author
February 1, 2022

Hi, I am trying to populate the user filter that is in a grid within an interface. and I used "populate record type user filter" method.

acaciob0002
February 2, 2022

Hey there,

I had a similar problem here, and after some tests we found out that it is possible to populate the filters but the value that you are passing needs to be on top of the list. In my case I manage to populate the filter using the first value. I know this defeats the purpose of a filter field but unfortunately we could not find an workaround for this scenario.

I used the code below for you reference, I would assume that it is similar to what you are already trying.

|populate record type user filter|YOUR FILTER NAME AS IN THE RECORD CONFIGUATION|with|FIRST VALUE DISPLAYED IN THE DROPDOWN|

 Perhaps you also could try with the first value and let me know.

Regards,

Acacio B.