Is it possible to link a 'field' to a 'table reference'
I'm looking to use a 'field' to select a customer in a 'table reference'. I have tried this code however it dose not work for me.
select Customer where Customer.Email = WooCommerce_Customer_email [code added to 'trigger after update' in WooCommerce_Customer_email]
I should say the reason im doing this is because I am trying to intergrate WooCommerce into Ninox using Integromat and this seems to be the only way of linking the customer name to the order in Ninox.
Thanks
Jon
3 replies
-
Try this:
first(select Customer where Customer.Email = WooCommerce_Customer_email)
Steven.
-
Thank Steven for getting back to me so quickly. Unfortunately this suggestion does not solve the issue. Is there any examples of a 'field' value being used to determine a 'table reference' that you are aware of?
Thanks Jon
-
Maybe is this what you are looking for: https://ninoxdb.de/en/forum/technical-help-5ab8fe445fe2b42b7dd39ee7/how-can-i-automatically-link-two-fields-from-two-tables-5c8cfc004a46f37365e3968f
Content aside
- 5 yrs agoLast active
- 3Replies
- 1283Views