Dataverse "TB_ITAM_APPLICATION" 테이블에 있는 필드 "APPLICATION_TYPE"의 데이터 형식이 "Select"인 경우 StartsWith를 사용하여 검색하는 코드는 어떻게 됩니까?
If the data format of the field "APPLICATION_TYPE" in the dataverse "TB_ITAM_APPLICATION" table is "Select", what happens to the code for searching using StartsWith?
Filter(
TB_ITAM_APPLICATION,
StartsWith(APPLICATION_TYPE, SearchKeyword_input. Text)
|| StartsWith(cr861_applicationtype ,SearchKeyword_input. Text)
)
위와 같은 방식으로 작동하지 않습니다 ...