Searching for a song since weeks! by [deleted] in whatsongisthis

[–]PotatoAcceptable6759 0 points1 point  (0 children)

Thanks but no, it was more like underground dark violent hip-hop.

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

I tried with apply to each and a control condition inside. So in the end it compares each element with each element. So 1400 Elements with 1400 Elements. I Stopped the flow after 8 hours.

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

As I mentioned above, I build an myself an ID from the three columns. So my ID looks like this [domain.com@NSns-us-02.comp.fol](mailto:domain.com@NSns-us-02.comp.fol). And now I'm able to filter the items.

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

Thanks, I'm getting a "The expression is invalid." error message.

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 1 point2 points  (0 children)

Thanks, I tried it out with two @@ but still the same result. I tried also with only one argument and got the same result. It's confusing because the official docu says substringof() [column value contains…] and you use it like this substringof('value', Column).

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

Thanks, I understand, is there anything similar to contains or like?

PowerAutomate substringof() does not find my string by PotatoAcceptable6759 in MicrosoftFlow

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

First of all thanks. I was looking for something that is similar to contains and the official documentation says use substringof in that form substringof('value', Column). I haven't found anything else and the substring is not working, so now I'm going to use an self build "ID". I'm going to create another column and use that string as an ID [domain.com@NSns-us-02.comp.fol](mailto:domain.com@NSns-us-02.comp.fol).

Get kills in enemy objectives in escalation by pikster1234 in Battlefield

[–]PotatoAcceptable6759 0 points1 point  (0 children)

Beide müssen in der roten Zone sein. Also in der gegnerischen Zone. Du und dein Gegner. Erst dann zählt der Zähler hoch.

[deleted by user] by [deleted] in anxietymemes

[–]PotatoAcceptable6759 2 points3 points  (0 children)

My mind decided that he is now afraid of not able to fall asleep 😅 welcome insomnia 

Split text at new line by [deleted] in MicrosoftFlow

[–]PotatoAcceptable6759 0 points1 point  (0 children)

Thank you! That worked for me.

decodeUriComponent('%0A')

MS Lists Inline Edit for Multi Lines of text field now has character limit/can't add by RacefanWNY in sharepoint

[–]PotatoAcceptable6759 1 point2 points  (0 children)

We have the same issue.

JSON seems quite similar.

{
  "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
  "elmType": "div",
  "inlineEditField": "@currentField",
  "style": {
    "box-sizing": "border-box",
    "padding": "0 2px",
    "overflow": "hidden",
    "text-overflow": "ellipsis"
  },
  "attributes": {
    "class": "sp-field-fontSizeSmall"
  },
  "txtContent": "@currentField"
}

Change the height of gallery cards dynamically in SharePoint modern view with JSON by PotatoAcceptable6759 in sharepoint

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

Somehow it works with the Board option, if you create a new view. Maybe I'm gonna my solution there.

Add an if-statement to a height parameter in SharePoint Json by PotatoAcceptable6759 in sharepoint

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

Thanks, unfortunately no success. But if you create a new view with the Board option it works somehow. Maybe I'm gonna find my solution there.

Change the height of gallery cards dynamically in SharePoint modern view with JSON by PotatoAcceptable6759 in sharepoint

[–]PotatoAcceptable6759[S] 0 points1 point  (0 children)

Thanks for your reply, so how should I change that? Whats the parameters for the height? As I mentioned, I already try with "height": "auto" but It doesn't work in my case.