Question
change the result of the map data
- Map
-
mailList of Text String - 3 items
- "test@gmail.com:1"(Text)
- "test2@gmail.com:3"(Text)
- "test3@gmail.com:3"(Text)
- "test@gmail.com:1"(Text)
- period"01/2024"(Text)
-
mailList of Text String - 3 items
-
Map
- mail "test4@gmail.com:4"(Text)
- period"01/2024"(Text)
- mail "test4@gmail.com:4"(Text)
above is the result of expression rule i want to remove mail and make value like test@gmail.com as key and numbers that are after : as value
and leave period as is
- Map
- "test@gmail.com:1"(Text)
- "test@gmail.com:1"(Text)
- "test@gmail.com:1"(Text)
- period"01/2024"(Text)
can i get result as this
