Games

Players

Characters

First

if(empty(prop("Players")), "", replace(prop("Players"), ",.*$", "") + ": " + replace(prop("Characters"), ",.*$", ""))

Second

if(length(replaceAll(prop("Players"), "[^,]", "")) + 1 >= 3, replace(replace(prop("Players"), "^(.+?),", ""), ",.*$", "") + ": " + replace(replace(prop("Characters"), "^(.+?),", ""), ",.*$", ""), "")

Last

if(length(replaceAll(prop("Players"), "[^,]", "")) + 1 >= 2, replace(prop("Players"), ".*,", "") + ": " + replace(prop("Characters"), ".*,", ""), "")

Combined

if(empty(prop("Players")), "", replace(prop("Players"), ",.*$", "") + ": " + replace(prop("Characters"), ",.*$", "")) + if(length(replaceAll(prop("Players"), "[^,]", "")) + 1 >= 3, " -- " + replace(replace(prop("Players"), "^(.+?),", ""), ",.*$", "") + ": " + replace(replace(prop("Characters"), "^(.+?),", ""), ",.*$", ""), "") + if(length(replaceAll(prop("Players"), "[^,]", "")) + 1 >= 2, " -- " + replace(prop("Players"), ".*,", "") + ": " + replace(prop("Characters"), ".*,", ""), "")

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>