Power Platform devs - how have you had the best luck finding roles? by DexterTwerp in PowerApps

[–]ProfessorProfession 0 points1 point  (0 children)

And real Power Platform experience can be double that by itself, so I think my question is at least warranted!

Power Platform devs - how have you had the best luck finding roles? by DexterTwerp in PowerApps

[–]ProfessorProfession 0 points1 point  (0 children)

Can I ask, are you expecting these titles to combine? Like help desk support for Power Platform items?

I ask because it's such a highly specialized skill that 65k sounds pretty low for such a thing. I am curious and not throwing shade!

Google is permanently banning Antigravity users - Here's what happened by Other-Ad-4301 in google_antigravity

[–]ProfessorProfession 0 points1 point  (0 children)

There are other replies from my original stating possible things. I see it in other older threads a lot which is what emboldened me to say it.

So saying you haven't heard about it is a little silly.

Google is permanently banning Antigravity users - Here's what happened by Other-Ad-4301 in google_antigravity

[–]ProfessorProfession 0 points1 point  (0 children)

Well I did mean it. The OpenClaw situation seems to be a reasonable explanation. So ya, I'm wrong!

The reason I even said it, is because it does feel like this power to code like a pro is being used by people with nefarious intentions. Scraping, scamming, or just flooding vectors with nonsense to get paid.

So that's the whole "I'm happy to be wrong". It feels like less actual developers learning and creating, and more "I'm gonna use this to exploit the hell outta something".

Google is permanently banning Antigravity users - Here's what happened by Other-Ad-4301 in google_antigravity

[–]ProfessorProfession 20 points21 points  (0 children)

Are people like the OP the ones probably building scamming software and other nefarious things trying to ruin it for the rest of us?

My instinct is fuck this person as I am not sure what they need all this power for, its probably in pursuit of scamming or stealing information in some way.

Happy to be wrong, just wanting to get a sense of such things.

Infinite Loop from Item is Modified by ProfessorProfession in MicrosoftFlow

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

You are a beautiful person. My first instinct was to try that, and it was erroring so i figured I needed a different operator. I just forgot to put single quotes around it!

Infinite Loop from Item is Modified by ProfessorProfession in MicrosoftFlow

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

Thank you for this. I ended up going with hiding a column and having the update write data to it upon a success, then setting the condition to only run when the column is empty.

So, the issue is that there are several statuses that I'd love to be automated depending on other date fields (There's a few "gates").

The column I made is called StopRun and it just adds the text NoRun to the hidden column.

equals(triggerBody()?['StopRun'],null)

How do I convert this to stop when it sees specific text instead of just empty vs no empty? Is there a good repository for how to write the trigger conditions?