Skip to main content
Darren Melling 님이 #Flow에 질문했습니다
Hi all

I have a flow that gives me the above error message. After creating a much simplified version of the flow and debugging the error is happening due to the copy of a Rich Text Area field from record1 to record2. The text value of the Rich Text Area contains a string in the merge field notation eg {!Case.CaseNumber} and during the assign it seems like the flow tries to replace the merge field with a value (that does not exist in the flow.)

Current attempts to find a solution:

Use a formula to strip out {!} characters

Formula using TEXT and Encoding

Create a getrecord called "Case" (get a slightly different error saying it hasnt been set or assigned)

Is there any way to make the assignment just copy the text and not try to replace the merge field?

Thanks 

Darren

 
답변 5개
  1. 2022년 7월 15일 오전 10:30
    Hello Darren, were you able to find the solution for this? we are facing the same issue but when getting an email template record in flow and assigning the subject, which contains a merge field, into a flow text variable.
0/9000