How to dynamically set custom CSS properties in LWC?

Hi! 🙂 Imagine, as a developer, you've a use case where you're developing a custom modal LWC component and you'd like to make it flexible so that you can easily adjust the height of the modal. One (and relatively the easier) way of doing this is by using in-line CSS, and here's how it will … Continue reading How to dynamically set custom CSS properties in LWC?

Advertisement

Scheduled Flows: How do they work?

Very recently, one of my fellow #flownatic friend, Andy, shared a tweet about scheduled flows which led to some interesting suggestions on the thread. https://twitter.com/enginutkan/status/1413922984188948491 The question here is which approach should you be taking, left or right? Take a moment to think about it! Which one did you pick? So the ideal approach here … Continue reading Scheduled Flows: How do they work?