I have to be missing something obvious… I have the free version, but based on the documentation I believe it should function as intended. I am simply testing the casting of a text column to a text column, no other formulas.
When I first click the text input column, it says {undefined’s Text Input}. When I hit done and go back into the formula, it then says {pulse.Text Input}. When I change the status of my item to trigger the integration, I get a #NAME? error. I don’t understand how because there should be no syntax errors.
Did you find a solution to this? I am having the same issue but on a new board it works fine
I did not. Gave up on testing General Caster after this.
That’s definitely a Monday’s problem.
General Caster doesn’t manage the integration window, Monday does.
If, when you click on a column button at the bottom of the formula box, you get an incorrect column reference, General Caster can’t link to it.
Please report the problem to Monday’s support.
Roger that, will do.
I’m having a hard time connecting with General Caster support team using the email help@generalcaster.app on their website so I thought I’d bring my issues to the monday community to see if I can get help here.
Here are details on the GC recipe I"m using and an explanation of what I need it to do. I know my formula needs revised to meet the specifications of General Caster but don’t know what it should be. Looking for help ASAP!
Hi @rob, I am trying to calculate the next due date of a cat vaccine for our foster system. I’m using conditionals as the duration between vaccinations changes depending on how many they’ve already had and how old they are.
I created the formula in a native Monday formula column, and know that it works. Here it is:
Subitems are not directly supported by General Caster.
Only subitems summary columns are.
In this case you need to use a Helper function to get a single value from a set of subitems.
Hi Rob,
I want to merge two hour columns into a text column based on the condition “when one of the hour columns changes.” I attempted to use the CONCATENATE function like this: CONCATENATE({Deal’s Hour Start}, “hh:mm”, " - ", {Deal’s Hour End}, “hh:mm”). However, it’s producing an incomplete result (Hour Start: 08:00, Hour End: 10:00; Text column: 8:0 - 10:0).
Could you please help me identify what I did wrong?
What do you get if you perform the following formula?
{Deal’s Hour Start} & " - " & {Deal’s Hour End}
If I perform the formula: {Deal’s Hour Start} & " - " & {Deal’s Hour End}
I get: 8:0 - 10:0
The extra zeros are being skipped at this point.
I am having the same issue others in this thread have had, my General Caster forumla is returning Jan 1 1970 no matter what I do. The same formula is working in a nonautomated non-GC column just using a formula column. also once I get this to work is it possible to have the working days be a negative number, ie in my example have the Date 1 column return Feb 29 -2 days so Feb 27