Updating ingested profiles organizational unit through a workflow | Adobe Higher Education
Skip to main content
October 9, 2020
解決済み

Updating ingested profiles organizational unit through a workflow

  • October 9, 2020
  • 1 の返信
  • 1794 ビュー

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. 

このトピックへの返信は締め切られました。
ベストアンサー 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

1 の返信

DavidKangni
Community Advisor
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
mnorberg作成者
October 12, 2020
Hi david thank you for your answer. Do you mind expanding on what would happen in each step?