Is there a way in SPD to set the default value of the Title field? I want the default value to be CommentXX where XX is the ID of the list item that would be created. I tried using concat("Comment", ID) but the result is always Comment.
Is there ID field calculated after the item is actually created and that's why I don't get a number after Comment? If so, is there some way to implement this in SPD?