Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!

Fusion Scenario that uses custom form fields to update native fields in WF.

Avatar

Level 3

Hi All,

We have custom user forms attached to each user, that has accurate data pulling in from other platforms.  We want to use this data on the custom form to update native user fields in WF (i.e. telephone, city and state).  How would I go about creating a fusion scenario that uses preexisting data on the custom user form to update those native user fields? I also need the scenario to make updates to the native fields if any of those fields on the custom form get updated.

 

appreciate any suggestions/directions you could give me on this.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Reply

Avatar

Level 6

Hi @OmahaOmaha 

 

If I understand you correctly: You have something like 

 

user

  • custField A
  • custField B
  • custField C

and want to set build-in fields to those values. 

 

That's easy: you basically do a read-record where you specify the custom fields of interest, then an Update record where you set the native fields. 

 

What I am wondering: Since the custom fields get their values from elsewhere - why would you not set the native fields in the first place instead of the custom fields?