标签: powerapps powerapps-formula powerapps-selected-items
如何在不使用||的情况下在powerapps中过滤图库?并添加特定画廊的所有可能字段。所以我不做类似的事情
Filter([GalleryName],Input.Text in GalleryName.Field1 || Input.Text in GalleryName.Field2 etc....)
我希望有一个过滤器,用于搜索图库中添加的所有字段以查找特定文本。