Skip to main content
New Participant
March 4, 2021
Question

Insert/Update profile logs from a workflow

  • March 4, 2021
  • 2 replies
  • 1895 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

Adhiyan
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.

New Participant
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.
New Participant
March 4, 2021

@josemeilan 

 

could you provide more details about your workflow set up.