Hey folks, I’m hitting a weird/annoying behavior with AIP Logic when calling an Edit action.
Scenario
-
Object has:
firstName,lastName,fullName, plus other properties. -
User edits
firstName+lastName. -
In AIP Logic, I concatenate them and set
fullNameautomatically (works fine). -
Problem: any object properties not passed into the Edit action from AIP Logic end up becoming blank/null after the logic runs.
So it feels like the Edit action is behaving like a full overwrite instead of a partial update when invoked via AIP Logic.
Question
Is there a recommended pattern to update only fullName without needing to pass every other property through the action (or without risking nulling unrelated fields)?
Any best practices appreciated

