Only if the tiddler has ‘Remote’ in the field ‘Location’ do I want to name the tiddler using contents of the field ‘Reference’ and ‘Scheduled’. ‘Reference’ carries names of persons. ‘Scheduled’ is a date field in TW format,
So, if Reference has ‘[[John Adams]]’ and ‘[[Thomas Edison]]’ and ‘Scheduled’ has ‘202201081905000’, I want to name the tiddler ‘2022-01-08 Sat Doctor Engineer’ where ‘Doctor’ and ‘Engineer’ are values of the field ‘Profession’ of the two gentlemen respectively.
The naming needs to happen as I save the tiddler.
Can this be done? How?