
Pravin KumarM.32372 (Customer) shared a post.
Can you please answer my query

Pravin KumarM.32372 (Customer) asked a question.
Hi,
I trying to convert multiple global groups into a string format. Currently when I use this formula on global group attribute statement.
Matches regex ^G_CKT2.*||.*G_KX.*
I can see SAML return this as below.
<saml2:Attribute Name="Global_Groups__c"
NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:unspecified">
<saml2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string">G_KX_UNIVERSE_ORG</saml2:AttributeValue>
<saml2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string">G_CKT2_SATURN_ORG</saml2:AttributeValue>
<saml2:AttributeValue xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="xs:string">G_KX_NEW_GROUP_USER</saml2:AttributeValue>
</saml2:Attribute>
but my required value should be in this format
<saml:AttributeValue xsi:type="xs:string">g_ckt2_saturn_org,g_kx_universe_org,g_kx_new_group </saml:AttributeValue>
</saml:Attribute>
Can anyone please let me know if you have face such issue. I did try with Match Regex but its not working.
Thanks
