DirectusProdirectus.in·Jul 2, 2024How to Clean Directus Flows LogsIntroduction Directus is a powerful open-source tool that provides a headless CMS and a suite of APIs to manage your database. Among its many features is Directus Flows, a powerful automation engine that allows you to create custom workflows to autom...Discuss·321 readsdirectus
Vignesh Prabhuwww.vigneshprabhu.dev·May 5, 2024Kotlin Flow and Flow BuildersIn this series of articles , we will discuss about Kotlin flows and in this article we will discuss about Flows and Flow Builders Code gist can be found in https://gist.github.com/vprabhu/cf5f6407516f0bc97d764c7a9961e3cd Whats is Flow ? Already we kn...Discuss·32 readsKotlin FlowsKotlin
BizMagnetsmanikandan12.hashnode.dev·Mar 13, 2024Streamlining Communication: How WhatsApp Flows Revolutionize Customer InteractionIntroduction In today's fast-paced digital world, businesses are constantly seeking innovative ways to connect with their customers and provide seamless experiences. Messaging platforms like WhatsApp have become essential channels for customer commun...Discuss·85 readswhatsapp
neelam rakeshrakeshneelam.hashnode.dev·Mar 7, 2024How to Log Emails to Object Records in Salesforce Using FlowsSelecting the Object and Trigger for the Flow Configuring the Initial Flow Settings Start with a 'Record-Triggered Flow'. Choose the Target object to trigger the flow. Set the flow to activate 'when a record is created or updated'. Retrieving t...Discuss·1 like·30 readsEmail tracking
KarminTechblog.karmintech.com·Dec 9, 2023Multi-Select Picklists in FSL Mobile App FlowsFSL Mobile App Flows provide a seamless way to create dynamic and interactive processes for field service tasks. While adding multi-select picklist values in screen flows is straightforward, the real challenge lies in handling and processing these va...Discuss·35 readsmultiselect-picklist
Prathap Reddyprathapsayz.hashnode.dev·Nov 20, 2023Salesforce Flows - Challenge 1Hey Geeks, Today, I am here to introduce the Salesforce Flows Challenge Series. I will be picking up basic real-time scenarios and articulating them in a meaningful way. Quick Review You work as a Salesforce admin for Universal Containers, the bigges...Discuss·304 readsSalesforce FlowsSaaSTechies
Kumarkmdev.hashnode.dev·Jul 29, 2023StateFlow vs Flow vs SharedFlow vs LiveData:When to Use What in Android DevelopmentIntroduction: In Android development with Kotlin, there are several options available for observing data changes, such as StateFlow, Flow, SharedFlow, and LiveData. Each of these options has its own unique characteristics and use cases. In this blog ...Discuss·1 like·51 readsAndroid