I've just thought i'd give the new reactive screens beta that is available in the Process Automation Settings. I'm not sure why, but when I run a flow that worked before activating this feature, I am now getting an error below when I debug:
"Conditional visibility rule error on startDate_12mths field: Function ADDMONTHS may not be used in this type of formula."
The StartDate_12mths is used as a default value for a date field in a screen and it's a simple formula that just adds 12 months to a date field from Get Records:
ADDMONTHS({!getQuote.From_Date__c}, 12)
Anyone facing this issue/bug? It only happens when the Reactive Screen is enabled. It's a shame as this was a super useful feature that I've been waiting for. #Flow
@Andrew Russo Update: it looks like this documentation explains it...
API version 59 now supports ADDMONTHS with reactive screens! I was on API58 which is unsupported
Use More Formula Functions in Reactive Screens (salesforce.com)