When you tired, it's 9PM on Monday ... It's Monday. I'm too tired to slap you. Could you please bash your face against my palm? Respond to PowerApp or flow action Respond to PowerApp or flow action doesn't get triggered. I wonder why... Respond to PowerApp or flow action doesn't get triggered ActionConditionFailed I've got… Continue reading Child Flow: the ‘runAfter’ condition is not satisfied.
Tag: Flow
Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)
Last month I posted the article describing our exercise with the Azure Blob for the portal notes. The Part 1 is here: https://msolenacrm.blog/2021/07/20/azure-storage-integration-for-power-apps-portals/ This is the second part I advertised created by Mira and all implementation credits go to her as well 😎: "I have been Exploring with Olena (https://msolenacrm.blog/) how to enable the azure… Continue reading Save Dataverse Notes to Azure Blob Storage and Display on PowerApps Portals (original @curious_mira)
Import solution to CDS. Missing Connection references error…
In the morning i tried to bring back some stuff from UAT. When I tried to import my solution back to DEV I was getting errors. My solution contained Flows. Why do I use the classic admin interface to import solutions? Read this article: https://wordpress.com/block-editor/post/msolenacrm.blog/1608 I went the classic interface to import the solution. I've… Continue reading Import solution to CDS. Missing Connection references error…
Power Automate for CDS: “what was it before we run the update?” or “bye,bye, no-code!”
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): CDS current environment triggers 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… Continue reading Power Automate for CDS: “what was it before we run the update?” or “bye,bye, no-code!”
Pass “reference” data from a parent Flow to a child Flow
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: Child Flow user input types: Text, Yes/No, File, Number, Date. What I was doing previously is passing a record ID as a Text input parameter… Continue reading Pass “reference” data from a parent Flow to a child Flow