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

The requirement: for Account(Property in our case) if related Contact(Tenant) is “un-linked”, create a Note. No-code solution: none. Why? These are triggers available for CDS(current environment): We choose Update trigger for Contact filtering by parentcustomerid … and this is it. This is where our no-code journey ends. When Update triggers on our Contact the value…
-

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

Did you know you can actually create and send emails in a very similar way to how you did it with old fashioned workflows? Follow these “simple” steps below and say ThankYou to David Yack (MVP) for being awesome human being. You can say ThankYou to me as well 😊 Start with a solution. Create a…
