Hi All,
I have been creating flows using this trigger and I think there's a bug.
To do the steps below you'll need a model-driven app with the Account entity included to validate the behavior.
These steps result in failure for me:
- From within a solution, create a new Flow - DO NOT HIT SAVE UNTIL ALL STEPS ARE COMPLETED
- Select the "When a record is selected" trigger, choose Default environment and Account as entity
- Add an action "Get a record" from the CDS (current environment) connection
- Rename the trigger to "When an Account is selected"
- Rename the action to "Get Account details"
- Name the flow : "Flow Test 1"
- Click Save
- Immediately, you'll see that the trigger's name has been reverted
- Go to model driven app, select an Account from a list and click the Flow button in the ribbon - "Flow Test 1" will not show
These steps result in success for me:
- From within a solution, create a new Flow - DO NOT HIT SAVE UNTIL ALL STEPS ARE COMPLETED
- Select the "When a record is selected" trigger, choose Default environment and Account as entity
- Add an action "Get a record" from the CDS (current environment) connection
- Name the flow : "Flow Test 2"
- Click Save
- Go to model driven app, select an Account from a list and click the Flow button in the ribbon - confirm "Flow Test 2" appears
Anyone also observing something similar?