Olena's Dynamics Blog (post-AI)
Writing as a human
Tag: Power Automate
-

Power automate is endless fun! Today we are going to explore a very “simple” issue which are 2 issues actually: how to define “allow null” in a schema to avoid annoying errors how to get away with the 1. without the painful consequences Let’s start from the beginning! PARSE JSON is a very useful action…
-

I thought you will love this one. It’s that type of “Help! My Flow hasn’t get triggered” thing which we all love. How to reproduce For the CDS entity which has some existing records then a new optionset field has got created. As a result some records may not have this field populated. If you…
-

If you ever wonder how to do this is the exact time to figure it out together. These are types of user inputs you can pass to a child flow: What I was doing previously is passing a record ID as a Text input parameter then I was querying data using this ID. Like this:…
-
Let’s say I want trigger some logic when the particular field has been modified on a record. In this example, I modify a contact Email field and create a Note when it’s been modified. I picked up a trigger for Create or Update because you can enter Email for a new record or you can…