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
When I upload a single interaction to 2 private labels, only the 1st private label is updated; when BH cli tries to upload to the 2nd private label, a duplicate error is faced:
{ detailMessage: "Found duplicate extension of type 'FieldInteraction'. It was not installed.", dupeFields: { fieldMapID: 5984, name: '1218 - Set Workday Company' }, severity: 'WARNING', type: 'DUPLICATE_EXTENSION_POINT_PERSISTENCE_MESSAGE' }
I tried inserting an env variable in the interaction name, but this only works inside the script, not the name of the interaction: name: '1218 - ${labelName} - Set Workday Company',
Also tried defining the private label ids in the interaction properties but same error: privateLabelIds: ["38303","38305"],
Attached is the log of the "npm run deploy" log.txt
The text was updated successfully, but these errors were encountered:
When I upload a single interaction to 2 private labels, only the 1st private label is updated; when BH cli tries to upload to the 2nd private label, a duplicate error is faced:
{ detailMessage: "Found duplicate extension of type 'FieldInteraction'. It was not installed.", dupeFields: { fieldMapID: 5984, name: '1218 - Set Workday Company' }, severity: 'WARNING', type: 'DUPLICATE_EXTENSION_POINT_PERSISTENCE_MESSAGE' }
I tried inserting an env variable in the interaction name, but this only works inside the script, not the name of the interaction:
name: '1218 - ${labelName} - Set Workday Company',
Also tried defining the private label ids in the interaction properties but same error:
privateLabelIds: ["38303","38305"],
Attached is the log of the "npm run deploy"
log.txt
The text was updated successfully, but these errors were encountered: