Hi all!
Please see attached sample workflow data. I am trying to make the Property ID match to its respective Tenant IDs and Tenant Names. However, if there is more than one result, I would want the results to be additional columns rather than additional rows. This way, all of the pertinent information is connected to the same ID.
Currently, the information is matching and being added as a new row; I believe I need to add a cross-tab somewhere, but I am unsure where. I already added cross-tabs to get the info in the initial text input tools.
Here's what I think the solution should look like - basically, all the info for that "ID" should be on the same row.
recordid | groupby | proprecordid | id | occupancytenantid1 | tenantname1 | occupancytenantid2 | tenantname2 |
0 | 0.01 | 0.01 | 997106 | retaillocation_401122 | McDonalds | retaillocation_380490 | Subway |
解決済! 解決策の投稿を見る。
Hi @deepashah
Would something like this work?
Hi @Luke_C , this works great! Thank you so much for your help, I appreciate it.