Hi,
I'm getting a mapping error with my dates because they are not formatted identically. How can I fix this without going in and mapping each date to one another manually?
Thank you
Pics attached
@neg177 !!!!
How are you? Great question.
So you'll want to create custom formats for each of those.
("8/18/2020") use ??M-D-Y??
and for 10/2/1010 use M-D-??Y
Screenshots below!
I'm well thank you for asking. I hope you are as well.
It doesn't take me to that Custom Mapping option like it sometimes does. Just takes me to the option to manually map the dates.
@neg177
Are you importing into a module or a list? If it's a module you should get that date format option. Also, are you using the model calendar or a fake calendar? If it's a fake calendar, you'll have to bring the date in as TEXT then format it and convert to a date. If it's a list, you're probably loading into a list property. If that's the case, I'd like to encourage you not to use list properties, a topic we can certainly discuss. Instead try to create a system module and load the properties there. The biggest benefit is that you can perform formulas on your properties as use them with LOOKUP and SUM. Calculate once, refer often.
If I'm way off, send me some more detail about what you're loading this data into. I'll get you to the finish line.
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…