Olena's Dynamics Blog (post-AI)
Writing as a human
Category: Flow
-

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…
-
Life is pain… { “error”: { “code”: “0x80040203”, “message”: “The following filtering attributes are not valid: lastname” }} Remove the white space between the comma and the next attribute! It is simple… always… after 🙂
-

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:…
-

This is a great video which helped me on a way: https://www.youtube.com/watch?v=-1jsBllmr-w However, in this video it takes image from OneDrive but I want to populate it from CDS image field. Add image control to a Word template. Watch video I referred above showing how to add controls step by step then come back for…
-
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…