The Community will be undergoing maintenance on Friday January 10 at 2:00pm - Saturday January 11 at 2:00pm EST, and will be "read-only." For assistance during this time, please visit our Help Center.
Example Input = “1-4,8,10,15b”
Desired Output = “1,2,3a,3b,3c,4,8,10,15b”
The idea is there’ll be a range between 1-100. Some of these may have children values (example 3a, 3b, 3c). If “3” is inputed it would capture all children. If “3a” is inputed, only that child would be selected. Ideally the ability to indicate a range (1-4).
Welcome to the community, @Cam_Strobel! :grinning_face_with_big_eyes: This isn’t currently possible with Airtable’s built-in search features. The logic you propose requires intelligently parsing numerous options (and sub-options) to pick the relevant items. Custom code using Airtable’s API is the only way I see this being done at the moment. Unfortunately I have zero API experience, so I’ll have to defer to others to take it from here.