Jul 28, 2024 09:06 PM - edited Jul 28, 2024 09:07 PM
Hi all
I have an Orders Table and an Order Line Items table.
I have a Date Required field within the Orders Table which is linked to my Order Line Items table.
I want to have an Updated ETD (estimated time of departure) field against each line item so it is separate from affecting the overall order ETD (i.e. each line item with one order can have a different ETD).
Ideally I want to just show the format as mmm-yy (i.e. July-24)
Any ideas on automating this so that the Updated ETD takes the Date Required data but can be editable?
Thanks!
Solved! Go to Solution.
Jul 28, 2024 10:28 PM
Thanks. Doesnt need to be a formula.
I am just trying to create an automation that will pull the date from master orders table but allow overriding for each line items updated ETD (if required)
Jul 28, 2024 10:12 PM
Hello @FPX ,
The formula field is not editable. but you can use formatting option while creating that formula.
For example
DATETIME_FORMAT({your_field}, "MMM-YY")
Jul 28, 2024 10:28 PM
Thanks. Doesnt need to be a formula.
I am just trying to create an automation that will pull the date from master orders table but allow overriding for each line items updated ETD (if required)