JSON(col_AllHistory, JSONFormat.IndentFour )
ClearCollect(col_AllHistory, ForAll( Table( ParseJSON( yourItemStoringJSON ) ), { ChangedBy: Text(ThisRecord.Value.ChangedBy), Comments: Text(ThisRecord.Value.Comments), DateOfChange: DateTimeValue(ThisRecord.Value.DateOfChange), Status : Text(ThisRecord.Value.Status) } ))
No comments:
Post a Comment