function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sol Combe 22Sol Combe 22 

Visual flow error " value null is being provided for variable AccountIDVar but isn't compatible with the variable's data type (String)"

I'm on final stage of my Flow to 'Create Record' that is a Custom Object. It works through the Debug test, but fails in Production ORG. 
1. Choose Opportunity / Sales User 
2. Checklist Options
3. Following Screens are Dynamic Picklist Selections
4. Summary Screen displays all Choices
5. Create Drawing Screen - Matched Salesforce Picklist Fields with Flow Fields

Confused on the last (Create Record) Variable, I've tried Account/Opportunity ID's but it doesn't seem to like anything. 

thanks for your help in advance. I'm going live next week apparently. 

User-added image
User-added image
User-added image
User-added image
Gaurav HandooGaurav Handoo
Hi Sol

Could you check the definition of "AccountIDVar", I believe it has been set to default Null value. If you change the same I believe it should work.

At the same time, do check the accessibility of fields for the profile you are running this flow with. Sometimes gets tricky.

Hope this helps. Please mark as best answer if it does.

Cheers!!

Gaurav

Feel free to connect at gaurav.handoo@gmail.com if further help is required.