Reputation: 11
I have designed a field named as 'Goal' as a Multi-Line field Goal
I have designed a field named as 'Short Goal' as a Single-Line text field Short Goal
I want to copy values from field 'Goal' to 'Short Goal'.
For this, I have created a Custom Rule as : Custom Rule for Goal
But upon saving, I am getting an Error as : A value of type Html is not valid for field Short Goal.
Can anyone please suggest a solution for this.
Upvotes: 1
Views: 391
Reputation: 2206
I have followed your steps to configure these two fields and faced the same error message as yours.
It is caused by the field type. Text(multiple lines) is Html format, Text(single line) is string.
When I create the rule to copy the value from Multi to Multi and from Single to Single, they both work well.
Upvotes: 1