Skip to main content
Solved

Convert a Comma Array into Linked Records

  • April 11, 2023
  • 2 replies
  • 39 views

Forum|alt.badge.img+1

I have customers purchase information. in Make.com I'm able to store all of the customer's purchase information into a Long Text Field that looks like such:

37466774995108, 37466777616548, 43650268266737, 37466778697892, 37466778632356, 43650344222961, 43650236907761, 37466778173604

All of these values are linked to another record that has the Product information. How do I convert the numbers into Linked records. I can do this manually, but I want to automate this. I know you may be asking, but I have over 122 different products, so I would rather not manually add them. Also I'm using Make.com, and the only way to automate this is to upload as a comma array. 

So I need some sort of formula to convert a comma array into a linked field.

 

Best answer by kuovonne

You can turn on "smart links" in your Make scenario to pass the primary field value instead of the record ID.

2 replies

kuovonne
Forum|alt.badge.img+29
  • Brainy
  • Answer
  • April 11, 2023

You can turn on "smart links" in your Make scenario to pass the primary field value instead of the record ID.


Forum|alt.badge.img+1
  • Author
  • New Participant
  • April 11, 2023

Yep this worked! Thanks!