Hi Everyone,
I m trying to create a condition object in universe designer with syntax:
State IN @Prompt('Enter Value','A','Store\State',MULTI,FREE,,)
I m getting the error:
Parse failed:Invalid definition(UNV0023).Error parsing default values parameter(7th parameter)
Can anyone please help me in solving this.
Thanks,
Neeraj
Help to improve this question by adding a comment
If you have an answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.
Use something like:
State IN @Prompt('Enter Value','A','Store\State',multi,free)
Help to improve this answer by adding a comment
If you have a different answer for this question, then please use the Your Answer form at the bottom of the page instead.
You already have an active moderator alert for this content.
Thanks Its working fine now..............