Skip to main content
October 9, 2020
Répondu

Updating ingested profiles organizational unit through a workflow

I'm trying to set the organizational unit of each ingested profile inside of a workflow. I want the organizational unit to be updated to the same value for each profile. So the order of operations is: 

  • ingest csv file with profile information
  • update each profile record to have the same organizational unit
  • update profiles database with the newly ingested profiles.

Any help would be greatly appreciated. 

Ce sujet a été fermé aux réponses.
Meilleure réponse par DavidKangni

Hi,

  • Add an enrichment with the Org unit name
  • Use a reconciliation to Org unit table on the name

 

Then you should be able to use the result in an update data activity

 

Thanks

David

4 commentaires

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorRéponse
Community Advisor
October 12, 2020

Hi,

  • Add an enrichment with the Org unit name
  • Use a reconciliation to Org unit table on the name

 

Then you should be able to use the result in an update data activity

 

Thanks

David

David Kangni
mnorbergAuteur
October 12, 2020
Hi david thank you for your answer. Do you mind expanding on what would happen in each step?