CMS Development

stominari
Contributor

【HubDB】show record updated datetime on page

SOLVE

Hello.

 

When displaying a HubDB record on a dynamic page, is it possible to get the update date and time of the current record in Hubl?

 

I tried the following description, but I couldn't get it.

{{dynamic_page_hubdb_row.updatedAt}}

{{dynamic_page_hubdb_row.updated_at}}

 

Thank you.

0 Upvotes
1 Accepted solution
Anton
Solution
Thought Leader | Partner
Thought Leader | Partner

【HubDB】show record updated datetime on page

SOLVE

Hi @stominari

try

{{dynamic_page_hubdb_row.hs_updated_at}}

 

or 

{{dynamic_page_hubdb_row.updated}}

this should display the updated date of the whole HubDB. 

More about this variable here

 

hope this helps.

 

best

Anton

Anton Bujanowski Signature

View solution in original post

0 Upvotes
2 Replies 2
Anton
Solution
Thought Leader | Partner
Thought Leader | Partner

【HubDB】show record updated datetime on page

SOLVE

Hi @stominari

try

{{dynamic_page_hubdb_row.hs_updated_at}}

 

or 

{{dynamic_page_hubdb_row.updated}}

this should display the updated date of the whole HubDB. 

More about this variable here

 

hope this helps.

 

best

Anton

Anton Bujanowski Signature
0 Upvotes
stominari
Contributor

【HubDB】show record updated datetime on page

SOLVE

Hi @Anton ,

 

Thank you for your response quickly!
hs_updated_at
I got it!

Thank you for your continued support.

0 Upvotes