Skip to main content

Certainly! When organizing multiple flows and their respective artboards, renaming them in bulk or adjusting their sequence manually can be time-consuming.


For instance, consider two flows:



  • Flow A: Email Signup

  • Flow B: Mobile Signup


Under Flow A, you might have artboards labeled as: A1.0, A1.1, A1.2, A1.3, and so on.


If you need to insert new artboards after A1.2, such as A1.3, A1.4, and A1.5, it can be tedious to rename each subsequent artboard manually.


Moreover, if a scenario arises where you need to insert a new flow between A and B, such as adding a Flow C, it entails replacing all references from B to C across multiple artboards, which is also labor-intensive.

Figma Learn - Help Center

But how to replace the name of selected artboards.


Example:

A1 - Login

A2 - Signup


Now, in between these two screens, I want to add a new screen, and it should be called “A2 - error” and I want to change the current “A2 - signup” to “A3 - signup”.


Use regular expressions to find matches and replace them with what you need.


Try and experiment to determine the best way to arrange it. Thanks @tank666



Reply