32
Views
1
Comments
[Human Readable Change History] Translation_BuildChangedString Issue
human-readable-change-history
Web icon
Forge asset by Johan den Ouden
Application Type
Traditional Web

Hi all, I am trying to get the Human Readable Change History component to work in a POC. I pass in my OriginalRecord and ChangedRecord to RecordDifferences:

I haven't set this up to have direct visibility of the actions in the module (can you do that with a Forge asset?), but it goes in and gives me this error:

Not sure what the issue is - is another input required for RecordDifferences? If so which one and why?

UPDATE: The actual functionality I am seeking works, with the exception that the Entity name is not being outputted correctly, which I need to work as well:

The Entity in the example is "Dog"

After RecordDifferences I create a "PetHistory" entity:

On RecordDifferences I have tried EntityLabelsList, but it doesn't appear to be doing anything...

2023-02-09 17-26-57
JD136

I think I may have resolved this by entering the EntityNameToTranslate input:

But not really sure why this is needed - or what to do if I have multiple Entities (of the same type) that I want to compare? I guess that's when the EntityLabelsList comes in handy?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.