Insert/Update profile logs from a workflow | Community
Skip to main content
Level 2
March 4, 2021
Question

Insert/Update profile logs from a workflow

  • March 4, 2021
  • 2 replies
  • 1893 views

Hi all,

 

I am currently trying to update some fields in the profile logs table by using a workflow. However, the profile logs table is simply not exposed when I try to use an "Update data" activity. Other tables that are arguably more delicate to updated/insert data (such as schema) are exposed so I find it weird that I can't see profile logs.

Is there a way to modify profile logs in ACS at all?

 

Thank you and kind regards,

José

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Level 9
March 4, 2021

@josemeilan 

 

could you provide more details about your workflow set up.

Adhiyan
Adobe Employee
Adobe Employee
March 10, 2021

Hello Jose,

 

It's by design that some fields of the OOB tables are not exposed for update via UI due to performance considerations.

There are services like MTA , web or wfserver which continuously update the OOB technical tables like delivery logs and introducing a manual INSERT will slow down / block the automatic process.

 

If you can elaborate the objective , probably we can find an alternate way.

Level 2
March 11, 2021
Hi adhiyan, basically what happened is that I found duplicates in my instance and I wanted to merge broad log and tracking logs into a single profile. However I can't do this through a workflow.