Help
Manish_Patell
5 - Automation Enthusiast
5 - Automation Enthusiast
since ‎May 27, 2019
‎Nov 29, 2022

User Statistics

  • 11 Posts
  • 0 Solutions
  • 3 Kudos given
  • 2 Kudos received

User Activity

2 fields, both are integer A = 35000 B = 86400 Formula A/B giving result 0 where it should be 0.40 How can I achieve result ?
How can I call an external API from Airtable to CRUD Airtable field ? Is there any tutorial available?
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...