SOLVED
Multi Row Formula Functionality
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Sreecharan
5 - Atom
‎12-12-2024
04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
Advance Happy New Year to you and your family!
I've a query reg Multi Row Formula. I'm not able to understand how this Update existing field and Create New field works in the configuration window. When I try to use below formula and create new field it's not updating the rows correctly while Updating existing field works as expected. Could someone pls help me out. Pls find the attached example for more insights.
Formula used: IF IsNull([Year])
THEN [Row-1:Year]
ELSE [Year]
ENDIF
Solved! Go to Solution.
Labels:
- Labels:
- Developer
- Developer Tools
- Workflow
1 REPLY 1
‎12-12-2024
04:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
IF IsNull([Year])
THEN [Row-1:NewField]
ELSE [Year]
ENDIF
It worked
