I want to rename flow preview button in BPF. is this possible? also i need to run them on specific condition on a field. lets say if Status is incomplete then "Run flow" button should be visible.

I want to rename flow preview button in BPF. is this possible? also i need to run them on specific condition on a field. lets say if Status is incomplete then "Run flow" button should be visible.
Hi @Btr1 ,
Unfortunately, it is not possible to change the name of the Run Flow button. However, you can alternatively create custom a button using the Command Designer, and then leverage the custom button to launch a Custom Page (using JavaScript). You can get then trigger the Flow from that Custom Page instead.
Example of a button which launches a Custom Page dialog:
Example of a Custom Page with a button which triggers a Flow:
To allow the Run Flow button to be run once a specific condition is met, you can use a Business Rule. @lisacrosbie has a useful walkthrough on this here: https://youtu.be/0tNQLj7uKwQ?t=1
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.
Imran-Ami Khan