-2

I have this "Read Data" in Directus Flows. I want to get result from this field: product_carts.products_cart_id. I know how to execute it from postman with /product_carts.products_cart_id. But how execute it in Directus Flows?

I tried with this:

"fields": {product_carts.products_cart_id}

or

"fields": {product_carts.*}

but nothing successfull.

1

1 Answer 1

0

I found the answer:

"fields": "*, product_carts.products_cart_id"
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.