Skip to content

Commit

Permalink
After references
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogMesilaty committed Dec 25, 2024
1 parent 7587794 commit 5873d2d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ salesforce.Flow Update_Almog_Custom_Object_Favorite_Word {
label = "Update Favorite Word"
assignmentItems = [
{
assignToReference = "$Record.Favorite_word__c"
assignToReference = salesforce.Almog_Custom_Object__c.field.Favorite_word__c
operator = "Assign"
value = {
elementReference = "ConcatSign"
Expand Down Expand Up @@ -59,10 +59,5 @@ salesforce.Flow Update_Almog_Custom_Object_Favorite_Word {
_parent = [
salesforce.Almog_Custom_Object__c,
]
_generated_dependencies = [
{
reference = salesforce.Almog_Custom_Object__c.field.Favorite_word__c
},
]
_alias = "Update Almog Custom Object Favorite Word"
}
2 changes: 1 addition & 1 deletion salesforce/Records/Flow/Update_Opportunity_Type.nacl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ salesforce.Flow Update_Opportunity_Type {
label = "Set Opportunity Type"
assignmentItems = [
{
assignToReference = "$Record.Type"
assignToReference = salesforce.Opportunity.field.Type
operator = "Assign"
value = {
elementReference = "UpdateOpportunityType"
Expand Down
Binary file modified salto.config/states/env1.salesforce.jsonl.zip
Binary file not shown.

0 comments on commit 5873d2d

Please sign in to comment.