Love how youâre supporting the app here and helping our users out with a use case thatâs definitely common! Some of our users would definitely enjoy using this 🙂
Please replace {3} and {1#Labels} in your formula with the correct placeholders you get when you click on the corresponding column button in Formula field (.i.e. {item.status}).
hey itâs not working even when i do this
CONCATENATE(âjâ , {item.long_text6})
or:
{item._____18}
which is drop-down column label that i took from the Formula field .
I did play with it a lot and try different ways to get this to work . the only label that gets result is the item name .
It seems that the automation doesnât recognize the labels from the formula field .
maybe the monday structure itself got changed lately and causing the general caster automation to not working properly ??
I get this error: âGeneral Caster Formula Error: Unexpected ,â
Any ideas on how I could solve this?
Thanks!
General Caster recently migrated to a new more powerful and faster platform.
The âperform existing formulaâ integration is now gone due to small differences in the syntax used in the Formula column and in General Caster and some of your formulas must be updated.
We are going to publish a complete documentation. In the meantime, you can take a look at
In order to check whatâs wrong with your formula, please check what the result actually is by casting it into a temporary Text column and change it accordingly.
In particular, FORMAT_DATE and ADD_DAYS functions are not available anymore.
It takes a date and create a timeline from âdate + 10 daysâ to âdate + 20 daysâ.
Hi, thank you, unfortunately I canât add the General Caster integrationâŚ
I tried this:
CONCATENATE(TEXT(DATEVALUE({Start Datum}) + {Planned days pro MA}, âYYYY-MM-DDâ), â+â, TEXT(DATEVALUE({Start Datum}) + {Planned days pro MA}, âYYYY-MM-DDâ))
adapting your formula and it gives me now for example 44266+44266 as a resultâŚ
Although Formula column syntax is similar to Excel syntax, there are some differences.
If you are converting all your formulas from Formula column to General Caster, you canât simply copy the formula from the column and paste it into the formula composer in General Caster.
In the Formula column, when you click on a column reference, {column_name} is added to the text. General Caster uses a slightly difference reference, for example {item.column_id} . Just click on the corresponding column button at the bottom of formula composer in General Caster to get the correct column reference.
It works! I love this integration @rob, thank you so much!
Happy planning 🙂
Hi Rob,
Appreciate the support for the app here. Iâm trying to accomplish the opposite of the original post, in a way. I want to extract the Start Date of an existing Timeline Column so that I can use the start date to trigger a monday.com automation. Is this going to be possible using General Caster?
I am trying to create an automation using the following formula with General Caster. This should pull the Start Date from the Current Timeline based on whatâs advised above. It is not working with this code but code seems correct. Can anyone help please?