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