GroupBy(
AddColumns(
Filter('Project Approvals', Text(ApprovalStatus) in ["Completed", "In Review", "Approved"]),
"TagTypeValue", Text(ApprovalStatus)
),
"TagTypeValue",
"Tags"
)
Anyone know ,how to resolve this issue
getting error at this point Text(ApprovalStatus) Approval status is a choice field