No content to show
User Activity
08-24-2022
I want to get the device_id from the information of the transaction using GraphQL.https://shopify.dev/api/admin-graphql/2021-10/objects/Order I was not able to verify this from the documentation, does anyone know of any way to do this?
08-04-2022
ご返信が遅れ大変申し訳ございませんでした。頂いた内容で、問題を解決することができました。ありがとうございました。
I would like to perform a quadratic operation in ShopifyFlow.As shown in the attached image(sorry in Japanese), I have entered the LIQUID code to achieve 1+1. However, I get the following errorLiquid syntax error: Expected end_of_string but found num...
05-18-2022
ShopifyFlowにおいて四則演算を行いたいと考えています。添付画像のように、1+1を実現するliquidコードを入力しました。 しかし、Liquid syntax error: Expected end_of_string but found number in "{{1 | plus 1 }}"のように、number型をstring型にキャストすることができずエラーとなり実現することができません。 このキャストを実現し、四則演算を実行することはできるでしょうか? 試したこと・{{1 | ...