Hi,
Im trying to update a customer URL field on Task object from the campaign record url field.
This does not seem to work. The field on the Task is not updating even though the flow Ran succesfully
The triggering record met the condition requirements.Entry ConditionsLink_to_Highspot__c (www.google.com) Does not equalAll conditions must be true (AND)
Find all Task records.
Update the records’ field values.
Link_to_Highspot__c = {!$Record.Link_to_Highspot__c} (www.google.com)
Result
All records that meet the filter criteria are ready to be updated when the next screen, pause, or local action is executed or when the interview finishes.
3 Antworten
Please check "Where is this used" on the field and see if there are any other automations referring to this field. I suspect there is a before-save trigger that blanks out this field even though your flow passes the value to that field.