The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
how can we get data from API in Airtable? below is the sample API
curl -X GET "https://apiv2.shiprocket.in/v1/external/courier/track/shipment/1559017361980" -H "accept: application/json"
is it possible ?
I have a table with shipment tracking ID and Carrier,
so i want following solutions.
if Carrier = Fedex then “track1”
if Carrier = DHL then “track2”
if Carrier = Blue Dart then “track3”
if Carrier = DTDC then “track4”
if Carrier = FedexLite then “tra...
I have table with pin code, city and state,
Have second table with contacts
In contact record, if I type pin code then how can I get city and state value filled in related field from linked table, IF function not works for me as pin codes are 26k rec...