You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you rename your widget, the new name will automatically be updated and associated with this action flow. This makes it easier to keep track of the logic associated with each widget, ensuring clarity and better organization of your action flows.
187
+
188
+

186
189
187
190
### Issues
188
191
@@ -223,4 +226,35 @@ The diamond icon in the Action Flow Editor opens a menu where you can create and
223
226
**Action Blocks** are reusable action flows that can accept parameters and return values, promoting code
Copy file name to clipboardExpand all lines: docs/resources/control-flow/functions/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ response to specific events, such as a button click or a page load.
59
59
60
60
There are different types of functions you can use in your app. Some examples in FlutterFlow are:
61
61
62
-
***[Built-in Utility Functions](built-in-functions/overview):** Functions that perform general utility
62
+
***[Built-in Utility Functions](built-in-functions.md):** Functions that perform general utility
63
63
tasks, such as
64
64
formatting
65
65
data or performing calculations. In FlutterFlow, you can use Code Expression for simple data manipulation tasks or use the Combine Text built-in function to concatenate strings.
0 commit comments