You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to use the "Segment Group" action to add traits to groups of users (like the company level as opposed to individual users). We are specifying 2 columns, the field tagged with "segment_group_id" and another field, like the total count of orders from that particular company/group. When we submit it via the segment group action we get errors saying "Query requires a field tagged email or user_id or segment_anonymous_id." Even though the message clearly shows that the request was for "looker-integration://1::segment_group" and segment_group only requires the tagged field "segment_group_id": https://github.com/looker/actions/blob/0269d92b6d9b23930dca4d7e4568e497dd786948/src/actions/segment/segment_group.ts#L6-L12
The error:
We tried adding a user_id field just for giggles, and that changed the error to:
But groupId was in there, in addition to the user_id field.
The text was updated successfully, but these errors were encountered:
We are trying to use the "Segment Group" action to add traits to groups of users (like the company level as opposed to individual users). We are specifying 2 columns, the field tagged with "segment_group_id" and another field, like the total count of orders from that particular company/group. When we submit it via the segment group action we get errors saying "Query requires a field tagged email or user_id or segment_anonymous_id." Even though the message clearly shows that the request was for "looker-integration://1::segment_group" and segment_group only requires the tagged field "segment_group_id":
https://github.com/looker/actions/blob/0269d92b6d9b23930dca4d7e4568e497dd786948/src/actions/segment/segment_group.ts#L6-L12
The error:
We tried adding a user_id field just for giggles, and that changed the error to:
But groupId was in there, in addition to the user_id field.
The text was updated successfully, but these errors were encountered: