The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi team,
Here’s the context
2 fields:
Scheduled date: A Date field with ISO format, 24h format, it includes Time and uses GMT for all collaborators
Date validation: A formula field that runs the following code:
IF(
AND(
{Scheduled date},
NO...
Hi team again, I need a quick hand, block with this atm
In a table I have the following to fields
File - Attachment : It could be an image, gif, video or audioType - Multiple Select: Details de type of the image based on manually set options (image, ...
Hi everyone,
needs some help to work out a probably common challenge for noobs like me.
Base setup
Two tables, Product and Tags.A product can have many tags.Tag is a field in Product.It’s set to allow linking multiple tags.
Challenges
Basic:
Create ...
Solved!
Problem was the linked date field from another table, Scheduled Date, did not bring with it its format (ISO, GMT, include time…) so I needed to add a lookup field with the date and it worked!
Not sure what’s going on but NOW() does evaluate the time. See hereNOW() reference
I run a few tests. It works fine when Scheduled Date is a field in the same table.
In my case Scheduled Date is a linked field from a Time Slots table. When I set the ...
thanks @Russell_Findlay,
It’s a many to many relationship.Tags are not predefined, are created by users when uploading products. They could be anything.Max number not sure yet, but it’ll be 3 or 5 max.
If not possible, I’ll just give up and try to li...