No content to show

User Activity

Aww yes, nothing like a $3,000/month paywall to keep the good features away from the peasants . Thanks Kalen! I was afraid this would be the case.
Right now our order confirmation email sends before our subscription app has time to apply the correct delivery date tags for the order. Is there any way to delay the Shopify order confrimation email by even 10 seconds? Or is it possible to add the O...
Same problem. I can not seem to find a way to delay the order confirmation. It doesn't look like an option inside of Shopify Flow either. Can anyone from Shopify chime in on this?
The subscription app is called Skio. I found in their API docs how the mutation is structured, if you are curious to price it out for us. I'll reach out via your website. https://code.skio.com/#mutation-updateNextBillingDate
Bummer! I was afraid that this wouldn't work. It doesn't appear Shopify Flow allows a mutation without using something like Send Admin API and since this would require a call to the app API I am thinking it is not possible. I just looked at your prof...
I am trying to use Send Admin API Request to mutate the subscriptionContractSetNextBillingDate. This is the input and it runs without error but the mutation does not occur. After execution the next billing date is still the same.{"contractId": "gid:/...
Yes I did. What I ended up doing was using createdAt from inside the orderattributes. Since the trigger I have set is the “order created” trigger,the creation time is virtually the same as what the JavaScript new Date()time should be.Query {order{cre...
Thank you for your response. After reading the Run Code Action Limitations, found here, I realized JS date and time functions do not work entirely in Run Code. I accomplished what I needed to by including the order creation time in the input and used...
Figured this out by passing the output to the "Add Order Tags" action. Add the action to your flow and pass the function return as the variable in the format {{runCode.yourReturnVariable}}.
I am trying to get the Date () function to work in my Run Code action to no avail. Is this an issue with the JS environment inside of Flow? Code:const now = new Date();console.log(now); Output:1970-01-04T00:00:00.000Z Expected Output:2024-07-06T02:23...
I am guessing this is a GraphQL mutation, which isn't allowed with Run Code? Super lame. Kind of neuters the abilities of what Run Code can do. Can anyone confirm that updating order tags with the Run Code action is not possible? I am looking into an...
We have a very unique need to update tags based on some specific logic that can not be accomplished with just Flow conditions. I can not get the tags to update on the order and am wondering what I am missing. Here is the logic. The below code logs th...
I know that Shopify discontinued their reviews app and I thought that I had backed up my reviews but I can't find them! The review star ratings are still showing on our website but I can't seem to find the actual reviews anywhere so that I can export...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.