Rename field in collection

kiss4344

Member
Hi - I need to rename two fields from Collection and store the result in Collection2

Have to rename: Delay (Sec.) to Delay
and Duration(sec.) to Duration


Please check with attached screenshot and let me know where I am wrong
 

Attachments

  • Rename fields.JPG
    123.8 KB · Views: 48

Sachin_Kharmale

Active Member
You need to Rename one By One
1- Rename Field first output will be output collection with renamed field
2- for rename second field use same action and give input as a first output collection with renamed field
 

kiss4344

Member
It worked @Sachin_Kharmale , but I am facing some challenge in Filter Collection part. Adding screen shots of my flow, please review and help me

Requirement: I need to compare Work Sheet Data(Collection1) & Work Sheet Data Compare(Collection2) and add all the records(if both are same) in New Collection.

In loop I've added Work Sheet Data(Collection1).
Output from Count Rows "New Collection" doesn't contain any field, it's empty.

Process running succesfully but no data loaded into New Collection.
 

Attachments

  • CountRows.JPG
    60.1 KB · Views: 27
  • FilterCollection_Input.JPG
    67.1 KB · Views: 20
  • FilterCollection_Outout.JPG
    62.6 KB · Views: 14
  • MainPage_Compare Collection.JPG
    109.2 KB · Views: 13
  • Rename fields.JPG
    123.8 KB · Views: 22
Top