Can we perform 2 operations within the same expression of a forEach loop possible? (Ex: zip in python.)
Discussion posts and replies are publicly visible
Not sure what you are looking for. Do you want to describe the problem you want to solve?
You can perform many operations within the same expression of a forEach loop. Anything in particular you're having difficulty doing?
Hi sanjuktab2257
"zip in python", so based on this i read about zip function in python
So, we have a similar function in Appian: merge()And can you please explain your usecase.