Forum Discussion
MCFNeil
8 years agoQrew Captain
Ok, Don't feel bad, but....
in the portion of the formula after the app token where we are putting the "Today" function.
&apptoken=d58b2yeetqfh3d7snhfjdjf7sv2&_fid_xx="&URLEncode(Today());
You need to change the "xx" to be the field ID of your date field on the child table. So if the date field is field id 12 your formula would look like:
&_fid_12="&URLEncode(Today());
in the portion of the formula after the app token where we are putting the "Today" function.
&apptoken=d58b2yeetqfh3d7snhfjdjf7sv2&_fid_xx="&URLEncode(Today());
You need to change the "xx" to be the field ID of your date field on the child table. So if the date field is field id 12 your formula would look like:
&_fid_12="&URLEncode(Today());