Help
Guy_Galonska
4 - Data Explorer
4 - Data Explorer
since ‎Mar 01, 2017
‎Nov 29, 2022

User Statistics

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

User Activity

Hello there, I’m using Airtable as a stock system and I need a simple web interface and a counting script to help an automate some tasks. The purpose of the script is to get the total amount of items in stock + how many more need to be ordered. What ...
I’m using this code: item_call = at.get(‘Master reference’, input_item) Assembly_name = item_call[‘fields’][‘Assembly name’] Assembly_bom = at.get(‘BOM’, filter_by_formula="{Part of assembly} = %s" % Assembly_name) print json.dumps(Assembly_bom, inde...