Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to see if a project parameter exists. Powermill cannot evaluate the expression below.
IF entity_exists($project.FolderSuffix) {
$FolderSuffix = ($FolderSuffix + 1)
}ELSE{
INT $FolderSuffix = 0
}
Solved! Go to Solution.