Hi,
I have tried to rename a existing collection column and set it to a new collection variable . When i tried to traverse through the new collection which i have created,the renamed column is not appearing.
Flow: I tried to set the existing collection data variable to a new collection with column names changed.
Can anyone help me with this to get it sorted.
Hello @Kabilesh
To initialize a column, you need to use either Clear or ClearCollect. However, in your code, you use the function Set which declares colTimesSheetDetailsRenamed to a variable and not a collection. Just replace the Set with ClearCollect.
✔️ | Just in case you think my answer helped you solve your problem, please mark/accept this as a SOLUTION. This helps community members if they experience a similar issue in the future. |
🔗 | 🕸 bistek.space 🐦 @cha_bistek 📺 @BisTekSpace |
Just in case you my answer helped you solve your problem, please mark/accept this as a SOLUTION. This helps community members if they experience a similar issue in the future. |
bistek.space @cha_bistek @BisTekSpace |