Getting Started

Getting Started

Installation

Your First Flow

UI Flow Editor

Triggers

Action Steps

Community

Community version

Troubleshooting

Roadmap

Releases

Action Steps

This page includes information and video tutorials, to help you navigate the list of actions and determine the best course of action for your needs. Whether you're a beginner or an advanced user, this page has everything you need to get started with Action Steps and take your Dynamics 365 experience to the next level.

Basic Action Steps


Tutorial Video

In this video, you will learn all about the basic action steps and how to use them with examples. Additionally, you will receive useful information to optimize your workflow!

https://youtu.be/Svt-njyfWpk

Advanced Action Steps


Dynamics values and IntelliSense

Dynamics values are variables that can be used to store and manipulate data in a PowerApps form.

IntelliSense is a feature that provides suggestions and auto-completion for code as you type, making it easier to write code without having to remember all the syntax and options.

These are both features that can help you to create effective and efficient flows in a few minutes with byld.dev!

Tutorial Video

This video provides explanations of what dynamic values and the IntelliSense feature are in byld. It covers their purpose and how to use them.

https://youtu.be/AykUjgjVHyo


If - else conditions

If-Else conditions are used to make decisions. The "if" statement checks if a particular condition is met (which we call “true”), and if it is, a step is executed. If the condition is not met (”false”), the step in the "else" statement is executed instead.

Tutorial Video

This video tutorial provides a comprehensive guide on how to use conditions and create your own.

https://youtu.be/2L3F-jdWHXY


← Previous

Triggers

Next →

Troubleshooting

On this page