Monday, April 10, 2023

Setting horizontal image gallery based on attachments


In the gallery image control set below:


 If(

   Last(Split(ThisItem.Name, ".")).Value = "jpg" || Last(Split(ThisItem.Name, ".")).Value = "png" || Last(Split(ThisItem.Name, ".")).Value = "jpeg",

  ThisItem.Value,

   'google-docs'

)

No comments:

Post a Comment

Add Service Principle support in Custom Connector

  then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...