You need to sign in to do that
Don't have an account?

flow in debug mode not working properly - id not acepted correctly
Hello,
I am debugging flow.
I am providing input values as needed, like opportunity id, but it is not getting detected.
hwhat are the popentail reasons, please
I am debugging flow.
I am providing input values as needed, like opportunity id, but it is not getting detected.
hwhat are the popentail reasons, please
Reference Field: Make sure that the Opportunity ID field in your flow is a reference field that references the Opportunity object. If it's a different object or a text field, it won't be recognized as a valid Opportunity ID.
Input Mapping: Make sure that the Opportunity ID value you're providing as an input to the flow is correctly mapped to the Opportunity ID field in the flow. You can check this in the Input Mapping section of your flow.
Record Lookup: If you're trying to use the Opportunity ID to retrieve related records, make sure that the Opportunity record with that ID actually exists and is accessible to the flow.
If none of these solutions help, you can also try debugging your flow by adding debug elements such as Debug Only Records or Debug Only Variables. These elements allow you to see the intermediate values and variables in your flow as it runs, which can help you identify the issue.
All Answers
Can you please Elaborate the issue with some screen shots .
Thank you.
Reference Field: Make sure that the Opportunity ID field in your flow is a reference field that references the Opportunity object. If it's a different object or a text field, it won't be recognized as a valid Opportunity ID.
Input Mapping: Make sure that the Opportunity ID value you're providing as an input to the flow is correctly mapped to the Opportunity ID field in the flow. You can check this in the Input Mapping section of your flow.
Record Lookup: If you're trying to use the Opportunity ID to retrieve related records, make sure that the Opportunity record with that ID actually exists and is accessible to the flow.
If none of these solutions help, you can also try debugging your flow by adding debug elements such as Debug Only Records or Debug Only Variables. These elements allow you to see the intermediate values and variables in your flow as it runs, which can help you identify the issue.