You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried this on a recent interview, I got a whole lot of rows that were useless, that I think we could filter out:
AL specific things like:
AL_DEFAULT_COUNTRY / OVERFLOW_MESSAGE/STATE, etc.
al_menu_items and al_menu_items_default_items
DAStaticImages, including al_logo. All of the alt, filename, and package attributes were listed
ALDocument and ALDocumentBundles can have some attributes set by users, but not the dictionary keys like 'final'.
ALAddress adress_labels, and things like location.known
All of petitioners[0] was set to users[0], which, while true, is not something that Kiln can actually set or do
Never seen DAList.minimum_number used in an interview, so it might be filterable. I think it's possible to set in an interview though, so might not be valid.
The text was updated successfully, but these errors were encountered:
When I tried this on a recent interview, I got a whole lot of rows that were useless, that I think we could filter out:
al_logo
. All of thealt
,filename
, andpackage
attributes were listed'final
'.location.known
petitioners[0]
was set tousers[0]
, which, while true, is not something that Kiln can actually set or doDAList.minimum_number
used in an interview, so it might be filterable. I think it's possible to set in an interview though, so might not be valid.The text was updated successfully, but these errors were encountered: