Json – SharePoint List: How to use indexOf(@currentField, 'target') when field type is 'Hyperlink or Picture'
In a SharePoint List, I have a field of type 'Hyperlink or Picture' that has a URL like 'https://www.msn.com'. If the field is type text, I can do things like: indexOf(@currentField, 'msn.com') > 0 If the field is type 'Hyperlink…