May 09, 2022 07:34 AM
Hi, I am designing a content management application that will manage content across a series of platforms.
Each platform needs to have its own publication dates (varying from daily, to weekly, monthly and bi-monthly).
When users add stories to the platform, I want them to select from the appropriate dates available for that platform (not just the usual calendar).
Is there a way to populate a drop-down with these values, say if they were created in a linked table?
May 09, 2022 08:01 AM
Hi @David_Nunn,
I think that would be the best option to control the dates that are selectable.
Create anther table of dates and their platforms, then let the user link them. you can also put conditions on the linked records so that only the appropriate platform dates can be selected.
May 09, 2022 11:07 AM
Many thanks for taking the time to reply.
I have a linked field joined to a Platform Dates table, but it pulls through dates for all platforms.
What am I doing wrong?
https://www.awesomescreenshot.com/image/26880675?key=20ca321604f42eefceb75d629bda30cd
May 09, 2022 07:47 PM
Hm, you’ve already limited the records available selection to a view?
May 20, 2022 12:17 PM
Yes, i did that. After much searching i discovered that Jotform would allow values to be passed from one form field to another to facilitate a filtered drop down. I haven’t tried it yet
May 20, 2022 09:46 PM
Roger that, hope you manage to get it working man. I’m pretty confused by the fact that all the dates are showing even though you’ve restricted it to a view that only displays a subset of the dates. I’m probably missing something.
If I’m understanding your workflow correctly, you want the following to happen:
I was thinking that if your users are adding stories to the platform via a Form, you could achieve the above by doing the following:
Best of luck!
May 23, 2022 02:58 AM
Thanks so much for your suggestion, Adam!
This approach would allow users to enter the data. They also need the ability to edit dates, so…
Is there a way to open the same form to edit items? For example, in the standard expanded record view, could the user choose to open the item in a form?
May 23, 2022 03:07 AM
Hmm, so if the user selects the platform, they would not only see the dates applicable, they would also need to modify those?
E.g. they select Platform 1 and see the dates “23 May 2022”, “24 May 2022”. At that point, you want them to be able to change “24 May 2022” to something else, such as “25 May 2022”?
May 23, 2022 03:32 AM
Exactly!
For some types of content platforms - e.g. webinars - a date picker is fine because they could be held any day of the week.
But email newsletters will go out once a fortnight. So a story had to be put back to the next newsletter, you would want the user to accurately select a date a fortnight later.
May 23, 2022 04:10 AM
Ahh, I see. I’m afraid I don’t know of any functionality within Airtable Forms that would allow you to do that.
Would it help if we figured out a way to make sure the correct date (i.e. a date a fortnight later) was available for selection, no matter what date the user was using the form?
Apologies if my suggestion isn’t helpful; I’m somewhat confused by what we’re trying to do here. It appears we’re limiting the dates that users are allowed to select based on the Platform, but we’d also like to give them the ability to create new dates as well, and the two things seem to be in conflict with each other?