I've got a screen with:
- First Name
- Last Name
- Company Name
- Opportunity Amount
- Opportunity Stage
Then Record Create to Create Account:
- Name = Company Name
- Variable AccountId
Then Record Create to Create Contact:
- FirstName = First Name
- LastName = Last Name
- AccountId = AccountID
Then Record Create to Create Opp:
- Name = Company Name (Can i use formula for Company_Name + "-" + Last_Name?)
- CloseDate = Flow.CurrentDate (can I use Flow.CurrentDate + 30?)
- AccountId = AccountID
- StageName = Prospecting
- Amount = Opportunity_Amount
9 answers
I've having a problem with this challenge. when I save it I get a warning:Activation Warnings (1) All issues must be fixed before you can activate this flow.ClosingDate (formula): The formula expression is invalid: Formula result is data type (Date), incompatible with expected data type (Text).I don't understand why the system is expecting the Text data type for this standard date field. Has anyone come accross a similar issue?Many thanks!!Theodore